Merge pull request #113889 from fabaff/meta-powerline
powerline-go: update meta
This commit is contained in:
commit
1089b643ce
1 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
|||
{ lib, buildGoModule, fetchFromGitHub }:
|
||||
{ lib
|
||||
, buildGoModule
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "powerline-go";
|
||||
|
@ -17,7 +20,9 @@ buildGoModule rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A Powerline like prompt for Bash, ZSH and Fish";
|
||||
license = licenses.gpl3;
|
||||
homepage = "https://github.com/justjanne/powerline-go";
|
||||
changelog = "https://github.com/justjanne/powerline-go/releases/tag/v${version}";
|
||||
license = licenses.gpl3Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ sifmelcara ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue