networkmanager: Add me as maintainer
This commit is contained in:
parent
bd8d7a8d15
commit
b530c8c22f
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://projects.gnome.org/NetworkManager/;
|
homepage = http://projects.gnome.org/NetworkManager/;
|
||||||
description = "Network configuration and management in an easy way. Desktop environment independent.";
|
description = "Network configuration and management in an easy way. Desktop environment independent.";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.phreedom maintainers.urkud ];
|
maintainers = with maintainers; [ phreedom urkud rickynils ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue