powerline-go: update meta
This commit is contained in:
parent
e59a33db58
commit
8625e975bd
@ -1,4 +1,7 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitHub }:
|
{ lib
|
||||||
|
, buildGoModule
|
||||||
|
, fetchFromGitHub
|
||||||
|
}:
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "powerline-go";
|
pname = "powerline-go";
|
||||||
@ -17,7 +20,9 @@ buildGoModule rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Powerline like prompt for Bash, ZSH and Fish";
|
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;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ sifmelcara ];
|
maintainers = with maintainers; [ sifmelcara ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user