Unverified Commit 9777a72d authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

Take over the role of maintainer luc65r (#356536)

parents 32c2991d adaf5f9b
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -12872,12 +12872,6 @@
    githubId = 37505890;
    name = "Luis Wirth";
  };
  luc65r = {
    email = "lucas@ransan.fr";
    github = "luc65r";
    githubId = 59375051;
    name = "Lucas Ransan";
  };
  LucaGuerra = {
    email = "luca@guerra.sh";
    github = "LucaGuerra";
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ rustPlatform.buildRustPackage rec {
    '';
    homepage = "https://sr.ht/~kennylevinsen/greetd/";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ luc65r ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
    description = "GTK based greeter for greetd, to be run under cage or similar";
    homepage = "https://git.sr.ht/~kennylevinsen/gtkgreet";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ luc65r ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
    mainProgram = "gtkgreet";
  };
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/apognu/tuigreet";
    changelog = "https://github.com/apognu/tuigreet/releases/tag/${version}";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ luc65r ];
    maintainers = with lib.maintainers; [ ];
    platforms = lib.platforms.linux;
    mainProgram = "tuigreet";
  };
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage rec {
    mainProgram = "wlgreet";
    homepage = "https://git.sr.ht/~kennylevinsen/wlgreet";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ luc65r ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
  };
}
Loading