mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
drop my maintainship of orc and vala
This commit is contained in:
parent
85992ec738
commit
6da2470034
@ -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 ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user