moreutils: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 12:42:49 +02:00
parent 2e57556e62
commit 77d5aff75e
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = https://joeyh.name/code/moreutils/;
maintainers = with maintainers; [ koral pSub ];
platforms = platforms.all;
license = licenses.gpl2Plus;
};
}