gnome3: add hedning to maintainers
This commit is contained in:
parent
55cbc8b0e9
commit
0192b5aa54
|
@ -3,7 +3,7 @@
|
||||||
lib.makeScope pkgs.newScope (self: with self; {
|
lib.makeScope pkgs.newScope (self: with self; {
|
||||||
updateScript = callPackage ./update.nix { };
|
updateScript = callPackage ./update.nix { };
|
||||||
|
|
||||||
maintainers = with pkgs.lib.maintainers; [ lethalman jtojnar ];
|
maintainers = with pkgs.lib.maintainers; [ lethalman jtojnar hedning ];
|
||||||
|
|
||||||
corePackages = with gnome3; [
|
corePackages = with gnome3; [
|
||||||
pkgs.desktop-file-utils
|
pkgs.desktop-file-utils
|
||||||
|
|
Loading…
Reference in New Issue