Merge #121780: treewide meta.maintainers tweaks

This commit is contained in:
Vladimír Čunát
2021-05-08 10:47:08 +02:00
94 changed files with 92 additions and 95 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ stdenv.mkDerivation rec {
description = "Find the most beautiful wallpapers for your desktop";
homepage = "https://github.com/calo001/fondo";
license = licenses.agpl3Plus;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
@@ -30,7 +30,7 @@ mkDerivation rec {
meta = with lib; {
description = "A Graphviz dot graph viewer for KDE";
license = licenses.gpl2;
maintainers = with maintainers; [ lethalman ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}