clipse: add maintainer magicquark

This commit is contained in:
magicquark
2026-06-06 01:38:40 +01:00
parent 613bce8f55
commit d3624302ab
+4 -1
View File
@@ -73,6 +73,9 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/savedra1/clipse";
license = lib.licenses.mit;
mainProgram = "clipse";
maintainers = [ lib.maintainers.savedra1 ];
maintainers = with lib.maintainers; [
magicquark
savedra1
];
};
})