Skip to content

Commit

Permalink
maintainers: rename nyanbinary to nyabinary (NixOS#343091)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Sep 19, 2024
2 parents cc6c69d + 55e6535 commit 992ad2f
Show file tree
Hide file tree
Showing 25 changed files with 31 additions and 31 deletions.
14 changes: 7 additions & 7 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15316,20 +15316,20 @@
githubId = 5047052;
name = "Niclas Hirschfeld";
};
nyabinary = {
name = "Niko Cantero";
email = "[email protected]";
matrix = "@niko:conduit.rs";
github = "nyabinary";
githubId = 97130632;
};
nyadiia = {
email = "[email protected]";
github = "nyadiia";
githubId = 43252360;
name = "Nadia";
keys = [ { fingerprint = "6B51 E324 238A F455 2381 313A 9254 1B0C D2A9 3AD8"; } ];
};
nyanbinary = {
email = "[email protected]";
matrix = "@niko:conduit.rs";
github = "nyabinary";
githubId = 97130632;
name = "Niko";
};
nyanloutre = {
email = "[email protected]";
github = "nyanloutre";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-applets/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-applets";
description = "Applets for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ qyliss nyanbinary ];
maintainers = with maintainers; [ qyliss nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-applibrary/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-applibrary";
description = "Application Template for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
mainProgram = "cosmic-app-library";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-bg/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-bg";
description = "Applies Background for the COSMIC Desktop Environment";
license = licenses.mpl20;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
mainProgram = "cosmic-bg";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-comp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ rustPlatform.buildRustPackage rec {
description = "Compositor for the COSMIC Desktop Environment";
mainProgram = "cosmic-comp";
license = licenses.gpl3Only;
maintainers = with maintainers; [ qyliss nyanbinary ];
maintainers = with maintainers; [ qyliss nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-design-demo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-design-demo";
description = "Design Demo for the COSMIC Desktop Environment";
license = licenses.mpl20;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
mainProgram = "cosmic-design-demo";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-edit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ rustPlatform.buildRustPackage rec {
description = "Text Editor for the COSMIC Desktop Environment";
mainProgram = "cosmic-edit";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ahoneybun nyanbinary ];
maintainers = with maintainers; [ ahoneybun nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-files/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-files";
description = "File Manager for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ahoneybun nyanbinary ];
maintainers = with maintainers; [ ahoneybun nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-greeter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rustPlatform.buildRustPackage rec {
description = "Greeter for the COSMIC Desktop Environment";
mainProgram = "cosmic-greeter";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-launcher/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rustPlatform.buildRustPackage rec {
description = "Launcher for the COSMIC Desktop Environment";
mainProgram = "cosmic-launcher";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-notifications/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rustPlatform.buildRustPackage rec {
description = "Notifications for the COSMIC Desktop Environment";
mainProgram = "cosmic-notifications";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-osd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rustPlatform.buildRustPackage rec {
description = "OSD for the COSMIC Desktop Environment";
mainProgram = "cosmic-osd";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-panel/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rustPlatform.buildRustPackage {
description = "Panel for the COSMIC Desktop Environment";
mainProgram = "cosmic-panel";
license = licenses.gpl3Only;
maintainers = with maintainers; [ qyliss nyanbinary ];
maintainers = with maintainers; [ qyliss nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-protocols/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/pop-os/cosmic-protocols";
description = "Additional wayland-protocols used by the COSMIC desktop environment";
license = [ licenses.mit licenses.gpl3Only ];
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-randr/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-randr";
description = "Library and utility for displaying and configuring Wayland outputs";
license = licenses.mpl20;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
mainProgram = "cosmic-randr";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-screenshot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-screenshot";
description = "Screenshot tool for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
mainProgram = "cosmic-screenshot";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-session/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec {
mainProgram = "cosmic-session";
maintainers = with maintainers; [
a-kenji
nyanbinary
nyabinary
];
platforms = platforms.linux;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-settings-daemon/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
description = "Settings Daemon for the COSMIC Desktop Environment";
mainProgram = "cosmic-settings-daemon";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-settings/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-settings";
description = "Settings for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
mainProgram = "cosmic-settings";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-store/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-store";
description = "App Store for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ahoneybun nyanbinary ];
maintainers = with maintainers; [ ahoneybun nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-term/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/cosmic-term";
description = "Terminal for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ ahoneybun nyanbinary ];
maintainers = with maintainers; [ ahoneybun nyabinary ];
platforms = platforms.linux;
mainProgram = "cosmic-term";
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/co/cosmic-workspaces-epoch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ rustPlatform.buildRustPackage rec {
description = "Workspaces Epoch for the COSMIC Desktop Environment";
mainProgram = "cosmic-workspaces";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/by-name/go/goofcord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/Milkshiift/GoofCord";
downloadPage = "https://github.com/Milkshiift/GoofCord";
license = lib.licenses.osl3;
maintainers = with lib.maintainers; [ nyanbinary ];
maintainers = with lib.maintainers; [ nyabinary ];
platforms = [
"x86_64-linux"
"aarch64-linux"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/he/headphones-toolbox/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = with lib; {
description = "UI for configuring Ploopy Headphones";
homepage = "https://github.com/ploopyco/headphones-toolbox/";
maintainers = with maintainers; [ knarkzel nyanbinary ];
maintainers = with maintainers; [ knarkzel nyabinary ];
license = licenses.gpl3Only;
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
platforms = [ "x86_64-linux" ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/xd/xdg-desktop-portal-cosmic/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/pop-os/xdg-desktop-portal-cosmic";
description = "XDG Desktop Portal for the COSMIC Desktop Environment";
license = licenses.gpl3Only;
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
mainProgram = "xdg-desktop-portal-cosmic";
platforms = platforms.linux;
};
Expand Down

0 comments on commit 992ad2f

Please sign in to comment.