maintainers: drop galaxy

GitHub account doesn't exist anymore.

(cherry picked from commit 6eebc51ec2)
This commit is contained in:
Wolfgang Walther
2025-08-26 11:38:19 +02:00
parent b04e603de3
commit 3cdbdc50c5
5 changed files with 0 additions and 12 deletions

View File

@@ -8732,14 +8732,6 @@
githubId = 45048741;
name = "Alwanga Oyango";
};
galaxy = {
email = "galaxy@dmc.chat";
matrix = "@galaxy:mozilla.org";
name = "The Galaxy";
github = "ga1aksy";
githubId = 148551648;
keys = [ { fingerprint = "48CA 3873 9E9F CA8E 76A0 835A E3DE CF85 4212 E1EA"; } ];
};
gale-username = {
name = "gale";
email = "git@galewebsite.com";

View File

@@ -34,7 +34,6 @@ stdenv.mkDerivation (finalAttrs: {
description = "S-expression based json reader/writer for Guile";
homepage = "https://gitlab.com/dustyweb/guile-sjson";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ galaxy ];
platforms = guile.meta.platforms;
};
})

View File

@@ -52,7 +52,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/ryonakano/konbucase";
description = "Case converting app suitable for coding or typing";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ galaxy ];
platforms = lib.platforms.linux;
mainProgram = "konbucase";
};

View File

@@ -39,7 +39,6 @@ buildGoModule rec {
homepage = "https://github.com/iawia002/lux";
changelog = "https://github.com/iawia002/lux/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ galaxy ];
mainProgram = "lux";
};
}

View File

@@ -61,7 +61,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://textsnatcher.rf.gd/";
changelog = "https://github.com/RajSolai/TextSnatcher/releases/tag/v${finalAttrs.version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ galaxy ];
mainProgram = "com.github.rajsolai.textsnatcher";
platforms = platforms.linux;
};