Unverified Commit 55e6535e authored by Niko Cantero's avatar Niko Cantero
Browse files

maintainers: rename nyanbinary to nyabinary

parent 223f6113
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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";
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}
Loading