about summary refs log tree commit diff
path: root/pkgs/misc/emulators/vice
diff options
context:
space:
mode:
authorSander van der Burg <s.vanderburg@tudelft.nl>2011-07-22 19:25:31 +0000
committerSander van der Burg <s.vanderburg@tudelft.nl>2011-07-22 19:25:31 +0000
commitf635aceb5b934bf746dd7362f9ce4d07a9b53f69 (patch)
treee4de4920c09bb3c988185f448d847d03a6cd4d97 /pkgs/misc/emulators/vice
parent6ac699ba9734464d22dfe64e64da5a9a6a73c9a6 (diff)
downloadnixlib-f635aceb5b934bf746dd7362f9ce4d07a9b53f69.tar
nixlib-f635aceb5b934bf746dd7362f9ce4d07a9b53f69.tar.gz
nixlib-f635aceb5b934bf746dd7362f9ce4d07a9b53f69.tar.bz2
nixlib-f635aceb5b934bf746dd7362f9ce4d07a9b53f69.tar.lz
nixlib-f635aceb5b934bf746dd7362f9ce4d07a9b53f69.tar.xz
nixlib-f635aceb5b934bf746dd7362f9ce4d07a9b53f69.tar.zst
nixlib-f635aceb5b934bf746dd7362f9ce4d07a9b53f69.zip
Updated some meta information for the emulators I've tried recently. They all seem to work fine :-)
svn path=/nixpkgs/trunk/; revision=27905
Diffstat (limited to 'pkgs/misc/emulators/vice')
-rw-r--r--pkgs/misc/emulators/vice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/emulators/vice/default.nix b/pkgs/misc/emulators/vice/default.nix
index 293fe43d0653..425080d7c625 100644
--- a/pkgs/misc/emulators/vice/default.nix
+++ b/pkgs/misc/emulators/vice/default.nix
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Commodore 64, 128 and other emulators";
     homepage = http://www.viceteam.org;
-    license = "GPL";
+    license = "GPLv2+";
     maintainers = [ lib.maintainers.sander ];
   };
 }