Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

guitone: add license

+2 -1
+2 -1
pkgs/applications/version-management/guitone/default.nix
··· 25 25 26 26 meta = { 27 27 description = "Qt4 based GUI for monotone"; 28 - homepage = http://guitone.thomaskeller.biz; 28 + homepage = https://guitone.thomaskeller.biz; 29 29 downloadPage = https://code.monotone.ca/p/guitone/; 30 + license = stdenv.lib.licenses.gpl3; 30 31 inherit (qt4.meta) platforms; 31 32 }; 32 33 }