feed2imap-go: Add myself as additional maintainer (#459503)

This commit is contained in:
Yohann Boniface
2025-11-07 22:10:02 +00:00
committed by GitHub
+4 -1
View File
@@ -34,6 +34,9 @@ buildGoModule rec {
mainProgram = "feed2imap-go";
homepage = "https://github.com/Necoro/feed2imap-go";
license = licenses.gpl2;
maintainers = with maintainers; [ nomeata ];
maintainers = with maintainers; [
nomeata
Necoro
];
};
}