guitone: add license
This commit is contained in:
parent
9f29e4c9c7
commit
edb1bfcd32
@ -25,8 +25,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Qt4 based GUI for monotone";
|
description = "Qt4 based GUI for monotone";
|
||||||
homepage = http://guitone.thomaskeller.biz;
|
homepage = https://guitone.thomaskeller.biz;
|
||||||
downloadPage = https://code.monotone.ca/p/guitone/;
|
downloadPage = https://code.monotone.ca/p/guitone/;
|
||||||
|
license = stdenv.lib.licenses.gpl3;
|
||||||
inherit (qt4.meta) platforms;
|
inherit (qt4.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user