treewide: stop maintaining most packages

This commit is contained in:
Michael Hoang
2021-01-06 17:06:03 +11:00
parent d720e62914
commit 31f9051cf6
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -63,6 +63,6 @@ buildPythonPackage rec {
'';
license = licenses.publicDomain;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz enzime ma27 zowoq ];
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz ma27 zowoq ];
};
}