1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

maintainers: rename nyanbinary to nyabinary

This commit is contained in:
Niko Cantero 2024-09-19 15:04:36 -04:00
parent 223f611353
commit 55e6535e4e
No known key found for this signature in database
25 changed files with 31 additions and 31 deletions

View file

@ -15310,6 +15310,13 @@
githubId = 5047052;
name = "Niclas Hirschfeld";
};
nyabinary = {
name = "Niko Cantero";
email = "nyanbinary@keemail.me";
matrix = "@niko:conduit.rs";
github = "nyabinary";
githubId = 97130632;
};
nyadiia = {
email = "nyadiia@pm.me";
github = "nyadiia";
@ -15317,13 +15324,6 @@
name = "Nadia";
keys = [ { fingerprint = "6B51 E324 238A F455 2381 313A 9254 1B0C D2A9 3AD8"; } ];
};
nyanbinary = {
email = "nyanbinary@keemail.me";
matrix = "@niko:conduit.rs";
github = "nyabinary";
githubId = 97130632;
name = "Niko";
};
nyanloutre = {
email = "paul@nyanlout.re";
github = "nyanloutre";

View file

@ -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;
};
}

View file

@ -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";
};

View file

@ -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";
};

View file

@ -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;
};
}

View file

@ -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";
};

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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;
};
}

View file

@ -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";
};

View file

@ -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";
};

View file

@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec {
mainProgram = "cosmic-session";
maintainers = with maintainers; [
a-kenji
nyanbinary
nyabinary
];
platforms = platforms.linux;
};

View file

@ -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;
};
}

View file

@ -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";
};

View file

@ -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;
};
}

View file

@ -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";
};

View file

@ -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;
};
}

View file

@ -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"

View file

@ -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" ];

View file

@ -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;
};