pan: add license

gstqt5
Markus Kowalewski 2020-06-11 17:51:30 +02:00
parent d75a478ff2
commit 49ce43a460
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 4 additions and 3 deletions

View File

@ -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 ];
}; };
} }