mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
maintainers: sersorrel -> keysmashes
This commit is contained in:
parent
43f7260897
commit
44af5e7a1d
5 changed files with 10 additions and 10 deletions
|
@ -12713,6 +12713,12 @@
|
|||
githubId = 8211181;
|
||||
name = "Kevin Kandlbinder";
|
||||
};
|
||||
keysmashes = {
|
||||
email = "x-89cjg9@keysmash.solutions";
|
||||
github = "keysmashes";
|
||||
githubId = 9433472;
|
||||
name = "ash";
|
||||
};
|
||||
kfollesdal = {
|
||||
email = "kfollesdal@gmail.com";
|
||||
github = "kfollesdal";
|
||||
|
@ -22175,12 +22181,6 @@
|
|||
githubId = 56278796;
|
||||
name = "Sergio Ribera";
|
||||
};
|
||||
sersorrel = {
|
||||
email = "ash@sorrel.sh";
|
||||
github = "sersorrel";
|
||||
githubId = 9433472;
|
||||
name = "ash";
|
||||
};
|
||||
servalcatty = {
|
||||
email = "servalcat@pm.me";
|
||||
github = "servalcatty";
|
||||
|
|
|
@ -70,6 +70,6 @@ buildPythonApplication {
|
|||
description = "Mute your microphone while typing";
|
||||
mainProgram = "hushboard";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ sersorrel ];
|
||||
maintainers = with maintainers; [ keysmashes ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Graphical editor for ACLs and extended attributes";
|
||||
homepage = "https://rofi.roger-ferrer.org/eiciel/";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ sersorrel ];
|
||||
maintainers = with maintainers; [ keysmashes ];
|
||||
platforms = platforms.linux;
|
||||
mainProgram = "eiciel";
|
||||
};
|
||||
|
|
|
@ -32,7 +32,7 @@ appimageTools.wrapType2 {
|
|||
license = licenses.unfree; # no license listed
|
||||
mainProgram = "fflogs";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ sersorrel ];
|
||||
maintainers = with maintainers; [ keysmashes ];
|
||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -116,7 +116,7 @@ buildDotnetModule rec {
|
|||
homepage = "https://github.com/goatcorp/XIVLauncher.Core";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [
|
||||
sersorrel
|
||||
keysmashes
|
||||
witchof0x20
|
||||
];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue