summary refs log tree commit diff
path: root/pkgs/development/tools/analysis/garcosim
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-06-07 04:57:21 +0300
committerNikolay Amiantov <ab@fmap.me>2016-06-07 04:57:21 +0300
commitbd1b236f7c72260b3b74244c9998ecd6b204ae8b (patch)
treee5d352ce751fd71c48778d0a08843c5078398b9f /pkgs/development/tools/analysis/garcosim
parentffb1e8506b662f86c4a7b1d071fa5162be22c753 (diff)
downloadnixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.gz
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.bz2
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.lz
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.xz
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.tar.zst
nixpkgs-bd1b236f7c72260b3b74244c9998ecd6b204ae8b.zip
fix 'licenses' -> 'license' in several places
Diffstat (limited to 'pkgs/development/tools/analysis/garcosim')
-rw-r--r--pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix b/pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix
index 01299966eb1..740d51cc134 100644
--- a/pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix
+++ b/pkgs/development/tools/analysis/garcosim/tracefilesim/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
     description = "Ease the analysis of existing memory management techniques, as well as the prototyping of new memory management techniques.";
     homepage = "https://github.com/GarCoSim";
     maintainers = [ maintainers.cmcdragonkai ];
-    licenses = licenses.gpl2;
+    license = licenses.gpl2;
     platforms = platforms.linux;
   };