about summary refs log tree commit diff
path: root/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/newsreaders')
-rw-r--r--pkgs/applications/networking/newsreaders/slrn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/newsreaders/slrn/default.nix b/pkgs/applications/networking/newsreaders/slrn/default.nix
index e079e9d9a9f9..c933460af43b 100644
--- a/pkgs/applications/networking/newsreaders/slrn/default.nix
+++ b/pkgs/applications/networking/newsreaders/slrn/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, pkgs,
+{ stdenv, fetchurl,
 slang, ncurses
 }:
 
@@ -26,6 +26,6 @@ stdenv.mkDerivation {
   meta = {
     description = "The slrn (S-Lang read news) newsreader";
     homepage = http://slrn.sourceforge.net/index.html;
-    license = pkgs.lib.licenses.gpl2;
+    license = stdenv.lib.licenses.gpl2;
   };
 }