drop my maintainship of orc and vala

This commit is contained in:
宋文武 2014-04-19 23:21:51 +08:00
parent 85992ec738
commit 6da2470034
2 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,5 @@ stdenv.mkDerivation rec {
# under the 3-clause BSD license. The rest is 2-clause BSD license. # under the 3-clause BSD license. The rest is 2-clause BSD license.
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platform = stdenv.lib.platforms.linux; platform = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.iyzsong ];
}; };
} }

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
homepage = "http://live.gnome.org/Vala"; homepage = "http://live.gnome.org/Vala";
license = stdenv.lib.licenses.lgpl21Plus; license = stdenv.lib.licenses.lgpl21Plus;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = with stdenv.lib.maintainers; [ antono iyzsong ]; maintainers = with stdenv.lib.maintainers; [ antono ];
}; };
src = fetchurl { src = fetchurl {