powerline-go: update meta

This commit is contained in:
Fabian Affolter 2021-02-21 10:12:54 +01:00
parent e59a33db58
commit 8625e975bd

View file

@ -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 ];
};