summary refs log tree commit diff
path: root/pkgs/applications/misc/cool-retro-term/default.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2015-04-21 18:05:19 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2015-04-21 23:10:07 +0200
commit8488d133f37d6f6e2ab0b13e9513af28ddb8da6e (patch)
tree1f2c5dbef4cd3afbfb83f0e00a83819798d0857b /pkgs/applications/misc/cool-retro-term/default.nix
parent5c6dd54183a2b44897f776fa6417280330ee1b2d (diff)
downloadnixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.gz
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.bz2
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.lz
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.xz
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.zst
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.zip
meta.licenses -> license
Diffstat (limited to 'pkgs/applications/misc/cool-retro-term/default.nix')
-rw-r--r--pkgs/applications/misc/cool-retro-term/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/cool-retro-term/default.nix b/pkgs/applications/misc/cool-retro-term/default.nix
index d955e5b7677..5bb492718a0 100644
--- a/pkgs/applications/misc/cool-retro-term/default.nix
+++ b/pkgs/applications/misc/cool-retro-term/default.nix
@@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
       eye-candy, customizable, and reasonably lightweight.
     '';
     homepage = "https://github.com/Swordifish90/cool-retro-term";
-    licenses = with stdenv.lib.licenses; [ gpl2 gpl3 ];
+    license = with stdenv.lib.licenses; [ gpl2 gpl3 ];
     platforms = stdenv.lib.platforms.linux;
     maintainers = with stdenv.lib.maintainers; [ skeidel ];
   };