keyoxide-cli: remove me from maintainers

This commit is contained in:
dish
2026-03-23 15:26:34 -04:00
parent d682b05682
commit 14f7e37933
+1 -1
View File
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "Command-line interface to locally verify decentralized identities";
homepage = "https://codeberg.org/keyoxide/keyoxide-cli";
license = lib.licenses.agpl3Plus;
maintainers = [ lib.maintainers.pyrox0 ];
maintainers = [ ];
mainProgram = "keyoxide";
};
})