summary refs log tree commit diff
path: root/pkgs/applications/virtualization/bochs/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2014-03-22 01:12:48 -0300
committerAndersonTorres <torres.anderson.85@gmail.com>2014-03-22 01:12:48 -0300
commitf7498e5a7ee46e8f8d17450397ef2dd129e2c9a5 (patch)
treeb80f8cfb2cd720f501528f733347afbe6589dffa /pkgs/applications/virtualization/bochs/default.nix
parent3c8f5c2471850089efed9d46f7451fc83e3fadce (diff)
downloadnixpkgs-f7498e5a7ee46e8f8d17450397ef2dd129e2c9a5.tar
nixpkgs-f7498e5a7ee46e8f8d17450397ef2dd129e2c9a5.tar.gz
nixpkgs-f7498e5a7ee46e8f8d17450397ef2dd129e2c9a5.tar.bz2
nixpkgs-f7498e5a7ee46e8f8d17450397ef2dd129e2c9a5.tar.lz
nixpkgs-f7498e5a7ee46e8f8d17450397ef2dd129e2c9a5.tar.xz
nixpkgs-f7498e5a7ee46e8f8d17450397ef2dd129e2c9a5.tar.zst
nixpkgs-f7498e5a7ee46e8f8d17450397ef2dd129e2c9a5.zip
Adding info about maintainer (myself - AndersonTorres) and modifying the meta.license field for some packages I have made.
Diffstat (limited to 'pkgs/applications/virtualization/bochs/default.nix')
-rw-r--r--pkgs/applications/virtualization/bochs/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/virtualization/bochs/default.nix b/pkgs/applications/virtualization/bochs/default.nix
index 6b8cf5dc035..7b49bb8220d 100644
--- a/pkgs/applications/virtualization/bochs/default.nix
+++ b/pkgs/applications/virtualization/bochs/default.nix
@@ -56,7 +56,8 @@ stdenv.mkDerivation rec {
     Bochs is an open-source (LGPL), highly portable IA-32 PC emulator, written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS.
     '';
     homepage = http://bochs.sourceforge.net/;
-    license = "LGPL";
+    license = stdenv.lib.licenses.lgpl2Plus;
+    maintainers = [ maintainers.AndersonTorres ];
     platforms = stdenv.lib.platforms.linux;
   };
 }