Claimed maintainership of VICE package and added VICE to the releases.nix

svn path=/nixpkgs/trunk/; revision=17049
This commit is contained in:
Sander van der Burg
2009-09-11 13:16:00 +00:00
parent 687f931c12
commit 3a5645269d
3 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, perl, gettext, libpng, giflib, libjpeg, alsaLib, readline, mesa
{ stdenv, fetchurl, lib, perl, gettext, libpng, giflib, libjpeg, alsaLib, readline, mesa
, pkgconfig, gtk, SDL, autoconf, automake, makeDesktopItem
}:
@@ -36,5 +36,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Commodore 64, 128 and other emulators";
homepage = http://www.viceteam.org;
license = "GPL";
maintainers = [ lib.maintainers.sander ];
};
}