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
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "Stupidly-simple sticky notes applet";
homepage = "https://github.com/lainsce/notejot";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -64,6 +64,6 @@ stdenv.mkDerivation rec {
description = "A simple Mastodon client designed for elementary OS, originally developed by @bleakgrey";
homepage = "https://github.com/cleac/olifant";
license = licenses.gpl3;
maintainers = with maintainers; [ worldofpeace ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -115,6 +115,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://ulauncher.io/";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ aaronjanse worldofpeace ];
maintainers = with maintainers; [ aaronjanse ];
};
}