galene: add erdnaxe as maintainer

This commit is contained in:
Alexandre Iooss
2023-04-15 08:35:42 +02:00
parent feb3215870
commit bd80d99a61
+1 -1
View File
@@ -29,6 +29,6 @@ buildGoModule rec {
changelog = "https://github.com/jech/galene/raw/galene-${version}/CHANGES";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ rgrunbla ];
maintainers = with maintainers; [ rgrunbla erdnaxe ];
};
}