3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: Fix github account names

and drop package maintainership for removed maintainers.

davidarmstronglewis is now known on github as oceanlewis. Editing maintainer-list.nix…
TravisDavis-ops likely deleted their github account
rs0vere likely deleted their github account
SamirTalwar is now known on github as abstracte. Editing maintainer-list.nix…
This commit is contained in:
éclairevoyant 2023-10-09 09:15:55 -04:00
parent b623143563
commit 2e722bdfdb
No known key found for this signature in database
GPG key ID: E3813AEAA02DB54B
9 changed files with 10 additions and 25 deletions

View file

@ -3956,7 +3956,7 @@
};
davidarmstronglewis = {
email = "davidlewis@mac.com";
github = "davidarmstronglewis";
github = "oceanlewis";
githubId = 6754950;
name = "David Armstrong Lewis";
};
@ -15094,15 +15094,6 @@
}];
name = "Rahul Butani";
};
rs0vere = {
email = "rs0vere@proton.me";
github = "rs0vere";
githubId = 140035635;
keys = [{
fingerprint = "C6D8 B5C2 FA79 901B DCCF 95E1 FEC4 5C5A ED00 C58D";
}];
name = "Red Star Over Earth";
};
rski = {
name = "rski";
email = "rom.skiad+nix@gmail.com";
@ -15358,7 +15349,7 @@
};
SamirTalwar = {
email = "lazy.git@functional.computer";
github = "SamirTalwar";
github = "abstracte";
githubId = 47852;
name = "Samir Talwar";
};
@ -17761,12 +17752,6 @@
githubId = 10110;
name = "Travis B. Hartwell";
};
travisdavis-ops = {
email = "travisdavismedia@gmail.com";
github = "TravisDavis-ops";
githubId = 52011418;
name = "Travis Davis";
};
traxys = {
email = "quentin+dev@familleboyer.net";
github = "traxys";

View file

@ -21,6 +21,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/RicterZ/nhentai";
description = "nHentai is a CLI tool for downloading doujinshi from <http://nhentai.net>";
license = licenses.mit;
maintainers = with maintainers; [ travisdavis-ops ];
maintainers = with maintainers; [ ];
};
}

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://www.nongnu.org/lzip/clzip.html";
description = "C language version of lzip";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ rs0vere ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
})

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/AmokHuginnsson/replxx";
description = "A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed";
license = licenses.bsd3;
maintainers = with maintainers; [ rs0vere ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
})

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
description = "A Fast and Reliable ARQ Protocol";
homepage = "https://github.com/skywind3000/kcp";
license = licenses.mit;
maintainers = with maintainers; [ rs0vere ];
maintainers = with maintainers; [ ];
platforms = platforms.all;
};
}

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
description = "Wavefront alignment algorithm library v2";
homepage = "https://github.com/smarco/WFA2-lib";
license = licenses.mit;
maintainers = with maintainers; [ rs0vere ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}

View file

@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
description = "A set of cli tools for the conventional commit and semver specifications";
homepage = "https://github.com/oknozor/cocogitto";
license = licenses.mit;
maintainers = with maintainers; [ travisdavis-ops ];
maintainers = with maintainers; [ ];
};
}

View file

@ -91,7 +91,7 @@ stdenv.mkDerivation (finalAttrs: {
description = "A Minecraft Launcher which is multi-functional, cross-platform and popular";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl3Only;
maintainers = with maintainers; [ rs0vere ];
maintainers = with maintainers; [ ];
inherit (jre.meta) platforms;
};
})

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
description = "An overlay that shows schemas for all workspaces to make navigation in sway easier.";
homepage = "https://github.com/milgra/sov";
license = with licenses; [ mit ];
maintainers = with maintainers; [ travisdavis-ops ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}