maintainers: drop hyshka (#521627)

This commit is contained in:
Yohann Boniface
2026-05-18 18:39:45 +00:00
committed by GitHub
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -11196,13 +11196,6 @@
githubId = 2332070;
name = "Serge Baltic";
};
hyshka = {
name = "Bryan Hyshka";
email = "bryan@hyshka.com";
github = "hyshka";
githubId = 2090758;
keys = [ { fingerprint = "24F4 1925 28C4 8797 E539 F247 DB2D 93D1 BFAA A6EA"; } ];
};
hythera = {
name = "Hythera";
github = "Hythera";
+1 -1
View File
@@ -55,7 +55,7 @@ buildNpmPackage (finalAttrs: {
homepage = "https://github.com/psi-4ward/psitransfer";
changelog = "https://github.com/psi-4ward/psitransfer/releases/tag/v${finalAttrs.version}";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ hyshka ];
maintainers = [ ];
mainProgram = "psitransfer";
};
})