galene: add erdnaxe as maintainer

This commit is contained in:
Alexandre Iooss 2023-04-15 08:35:42 +02:00
parent feb3215870
commit bd80d99a61

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 ];
};
}