refind: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-06 12:21:56 +02:00
parent 21b81f41ae
commit 94d090ba8c
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -117,6 +117,7 @@ stdenv.mkDerivation rec {
homepage = http://refind.sourceforge.net/;
maintainers = [ maintainers.AndersonTorres ];
platforms = [ "i686-linux" "x86_64-linux" ];
license = licenses.gpl3Plus;
};
}