Merge remote-tracking branch 'origin/master' into haskell-updates

This commit is contained in:
sternenseemann
2021-05-08 14:04:31 +02:00
698 changed files with 3107 additions and 2091 deletions
+2 -2
View File
@@ -143,7 +143,7 @@ let
to run all update scripts for all packages that lists \`garbas\` as a maintainer
and have \`updateScript\` defined, or:
% nix-shell maintainers/scripts/update.nix --argstr package gnome3.nautilus
% nix-shell maintainers/scripts/update.nix --argstr package gnome.nautilus
to run update script for specific package, or
@@ -151,7 +151,7 @@ let
to run update script for all packages matching given predicate, or
% nix-shell maintainers/scripts/update.nix --argstr path gnome3
% nix-shell maintainers/scripts/update.nix --argstr path gnome
to run update script for all package under an attribute path.
+1 -2
View File
@@ -66,7 +66,7 @@ with lib.maintainers; {
};
freedesktop = {
members = [ jtojnar worldofpeace ];
members = [ jtojnar ];
scope = "Maintain Freedesktop.org packages for graphical desktop.";
};
@@ -89,7 +89,6 @@ with lib.maintainers; {
members = [
hedning
jtojnar
worldofpeace
dasj19
maxeaubrey
];