summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2020-06-11 17:51:30 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2020-06-11 18:27:34 +0200
commit49ce43a460cf657ef4f977741a5ad852ed35fad7 (patch)
treef73d4fc7ca76ab01f333e555c427c1a55eafa89b /pkgs/applications/networking/newsreaders
parentd75a478ff24323ea32f29b740c77b414ae99f177 (diff)
pan: add license
Diffstat (limited to 'pkgs/applications/networking/newsreaders')
-rw-r--r--pkgs/applications/networking/newsreaders/pan/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/networking/newsreaders/pan/default.nix b/pkgs/applications/networking/newsreaders/pan/default.nix
index 454e19fd8974..6dc0630d2db2 100644
--- a/pkgs/applications/networking/newsreaders/pan/default.nix
+++ b/pkgs/applications/networking/newsreaders/pan/default.nix
@@ -37,10 +37,11 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
- meta = {
+ meta = with stdenv.lib; {
description = "A GTK-based Usenet newsreader good at both text and binaries";
homepage = "http://pan.rebelbase.com/";
- maintainers = [ stdenv.lib.maintainers.eelco ];
- platforms = stdenv.lib.platforms.linux;
+ maintainers = [ maintainers.eelco ];
+ platforms = platforms.linux;
+ license = with licenses; [ gpl2 fdl11 ];
};
}