mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
maintainers: drop galaxy
GitHub account doesn't exist anymore.
This commit is contained in:
@@ -8997,14 +8997,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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
|
||||
@@ -39,7 +39,6 @@ buildGoModule rec {
|
||||
homepage = "https://github.com/iawia002/lux";
|
||||
changelog = "https://github.com/iawia002/lux/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ galaxy ];
|
||||
mainProgram = "lux";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user