rxvt_unicode: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 19:09:20 +02:00
parent 2bc6257cfd
commit 1857fe6c14
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -67,5 +67,6 @@ stdenv.mkDerivation (rec {
downloadPage = "http://dist.schmorp.de/rxvt-unicode/Attic/";
maintainers = [ ];
platforms = platforms.unix;
license = licenses.gpl3;
};
})