fix maintainer information
s/maintainer/maintainers
This commit is contained in:
parent
b676be70fc
commit
f55545c0c9
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A powerful editor targeted towards programmers and webdevelopers";
|
||||
homepage = http://bluefish.openoffice.nl/;
|
||||
license = licenses.gpl3Plus;
|
||||
maintainer = [maintainers.vbgl];
|
||||
maintainers = [maintainers.vbgl];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -24,6 +24,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.yworks.com/en/products/yfiles/yed/;
|
||||
description = "A powerful desktop application that can be used to quickly and effectively generate high-quality diagrams";
|
||||
platforms = jre.meta.platforms;
|
||||
maintainer = with maintainers; [ abbradar ];
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "A utility for viewing/manipulating the MAC address of network interfaces";
|
||||
maintainer = with stdenv.lib.maintainers; [ joachifm ];
|
||||
maintainers = with stdenv.lib.maintainers; [ joachifm ];
|
||||
license = with stdenv.lib.licenses; gpl2Plus;
|
||||
homepage = "https://www.gnu.org/software/macchanger";
|
||||
platform = with stdenv.lib.platforms; linux;
|
||||
|
@ -35,6 +35,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = https://github.com/amonakov/primus;
|
||||
description = "Faster OpenGL offloading for Bumblebee";
|
||||
maintainer = maintainers.coconnor;
|
||||
maintainers = maintainers.coconnor;
|
||||
};
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Script to update your /etc/resolv.conf with DNS settings that come from the received push dhcp-options";
|
||||
homepage = https://github.com/masterkorp/openvpn-update-resolv-conf/;
|
||||
maintainer = maintainers.abbradar;
|
||||
maintainers = maintainers.abbradar;
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user