maintainers: update my maintainer information (#67686)

This commit is contained in:
Christian Kampka
2019-09-03 22:52:13 +02:00
committed by Aristid Breitkreuz
parent ec57a12e66
commit 81d0173023
3 changed files with 7 additions and 3 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; [ ckampka ];
maintainers = with maintainers; [ kampka ];
};
}