treewide: remove kampka as maintainer (#109813)

This commit is contained in:
Christian Kampka
2021-01-18 21:23:49 +01:00
committed by GitHub
parent a15e4b69e7
commit f0ec10a829
10 changed files with 9 additions and 19 deletions
+1 -1
View File
@@ -21,6 +21,6 @@ buildPythonApplication rec {
description = "Command-line interface to the public Gandi.net API";
homepage = "https://cli.gandi.net/";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ kampka ];
maintainers = with maintainers; [ ];
};
}