fix maintainer information
s/maintainer/maintainers
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user