pan: add license

This commit is contained in:
Markus Kowalewski
2020-06-11 18:27:34 +02:00
parent d75a478ff2
commit 49ce43a460
@@ -37,10 +37,11 @@ stdenv.mkDerivation {
enableParallelBuilding = true; enableParallelBuilding = true;
meta = { meta = with stdenv.lib; {
description = "A GTK-based Usenet newsreader good at both text and binaries"; description = "A GTK-based Usenet newsreader good at both text and binaries";
homepage = "http://pan.rebelbase.com/"; homepage = "http://pan.rebelbase.com/";
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ maintainers.eelco ];
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
license = with licenses; [ gpl2 fdl11 ];
}; };
} }