gitAndTools.gitstatus: clarify license is gpl3Only
This commit is contained in:
parent
28136138a6
commit
72c33c3b62
@ -76,7 +76,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "10x faster implementation of `git status` command";
|
description = "10x faster implementation of `git status` command";
|
||||||
homepage = "https://github.com/romkatv/gitstatus";
|
homepage = "https://github.com/romkatv/gitstatus";
|
||||||
license = [ licenses.gpl3 ];
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ mmlb hexa ];
|
maintainers = with maintainers; [ mmlb hexa ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user