cliphist: adopt

I use this package in my systems, and since it's maintainer-less I'll adopt it.
This commit is contained in:
klea
2026-07-15 06:22:20 +00:00
parent f36c560ebd
commit 7c3d03bd98
+1 -1
View File
@@ -55,7 +55,7 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/sentriz/cliphist";
license = lib.licenses.gpl3Only;
platforms = lib.platforms.linux;
maintainers = [ ];
maintainers = with lib.maintainers; [ klea ];
mainProgram = "cliphist";
};
})