summary refs log tree commit diff
path: root/pkgs/tools/text/wgetpaste/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/wgetpaste/default.nix')
-rw-r--r--pkgs/tools/text/wgetpaste/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/wgetpaste/default.nix b/pkgs/tools/text/wgetpaste/default.nix
index 3c0af0157a5..235dcfe7458 100644
--- a/pkgs/tools/text/wgetpaste/default.nix
+++ b/pkgs/tools/text/wgetpaste/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Command-line interface to various pastebins";
     homepage = http://wgetpaste.zlin.dk/;
-    license = "publicDomain";
+    license = stdenv.lib.licenses.publicDomain;
     maintainers = with stdenv.lib.maintainers; [ qknight iElectric ];
     platforms = stdenv.lib.platforms.all;
   };