guitone: add license

This commit is contained in:
Markus Kowalewski 2018-09-08 15:07:58 +02:00
parent 9f29e4c9c7
commit edb1bfcd32
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -25,8 +25,9 @@ stdenv.mkDerivation rec {
meta = {
description = "Qt4 based GUI for monotone";
homepage = http://guitone.thomaskeller.biz;
homepage = https://guitone.thomaskeller.biz;
downloadPage = https://code.monotone.ca/p/guitone/;
license = stdenv.lib.licenses.gpl3;
inherit (qt4.meta) platforms;
};
}