summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-08-15 02:06:45 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-08-15 02:06:45 +0200
commite5a701eaa24e04d7f21623f1eb347a78270edbba (patch)
treef6aad98e61802427b4122301e2995ab1b643149b /pkgs/tools/system
parent05b488225515ca8c1cca7205a750d8f176253ee0 (diff)
downloadnixlib-e5a701eaa24e04d7f21623f1eb347a78270edbba.tar
nixlib-e5a701eaa24e04d7f21623f1eb347a78270edbba.tar.gz
nixlib-e5a701eaa24e04d7f21623f1eb347a78270edbba.tar.bz2
nixlib-e5a701eaa24e04d7f21623f1eb347a78270edbba.tar.lz
nixlib-e5a701eaa24e04d7f21623f1eb347a78270edbba.tar.xz
nixlib-e5a701eaa24e04d7f21623f1eb347a78270edbba.tar.zst
nixlib-e5a701eaa24e04d7f21623f1eb347a78270edbba.zip
plan9port: fix eval (license typo)
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/plan9port/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/plan9port/default.nix b/pkgs/tools/system/plan9port/default.nix
index 8ff6c65f8b4b..39dba1c182db 100644
--- a/pkgs/tools/system/plan9port/default.nix
+++ b/pkgs/tools/system/plan9port/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     homepage = "http://swtch.com/plan9port/";
     description = "Plan 9 from User Space";
-    license = licenses.lpl102;
+    license = licenses.lpl-102;
     platforms = platforms.unix;
   };