about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-06 10:16:39 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-11-06 10:16:39 +0100
commit0518ccf5af90017df31c445f52badaff45b6b7cd (patch)
treef60c912ecd598722d76947f6bd5230955210eb66 /pkgs/tools/text
parentc96407720010658b44dcd2a8801b05879105b9ff (diff)
parent782a12e450a58b815cd702c65da75855124d1572 (diff)
downloadnixlib-0518ccf5af90017df31c445f52badaff45b6b7cd.tar
nixlib-0518ccf5af90017df31c445f52badaff45b6b7cd.tar.gz
nixlib-0518ccf5af90017df31c445f52badaff45b6b7cd.tar.bz2
nixlib-0518ccf5af90017df31c445f52badaff45b6b7cd.tar.lz
nixlib-0518ccf5af90017df31c445f52badaff45b6b7cd.tar.xz
nixlib-0518ccf5af90017df31c445f52badaff45b6b7cd.tar.zst
nixlib-0518ccf5af90017df31c445f52badaff45b6b7cd.zip
Merge remote-tracking branch 'origin/master' into staging
Conflicts:
	pkgs/stdenv/generic/default.nix
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/wgetpaste/default.nix2
-rw-r--r--pkgs/tools/text/xml/html-xml-utils/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/wgetpaste/default.nix b/pkgs/tools/text/wgetpaste/default.nix
index 3c0af0157a52..235dcfe74586 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;
   };
diff --git a/pkgs/tools/text/xml/html-xml-utils/default.nix b/pkgs/tools/text/xml/html-xml-utils/default.nix
index fd5a5dc5f8e5..cabb931c4470 100644
--- a/pkgs/tools/text/xml/html-xml-utils/default.nix
+++ b/pkgs/tools/text/xml/html-xml-utils/default.nix
@@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Utilities for manipulating HTML and XML files";
     homepage = http://www.w3.org/Tools/HTML-XML-utils/;
-    license = "free-non-copyleft"; #TODO W3C
+    license = stdenv.lib.licenses.w3c;
   };
 }