Unverified Commit a1d2e34d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

spr: update GitHub url and maintainer's GitHub account (#400346)

parents 5804f90a 0f819f6c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -22870,6 +22870,12 @@
    githubId = 10437171;
    keys = [ { fingerprint = "75F0 AB7C FE01 D077 AEE6  CAFD 353E 4A18 EE0F AB72"; } ];
  };
  spacedentist = {
    email = "sp@cedenti.st";
    github = "spacedentist";
    githubId = 1536420;
    name = "Sven Over";
  };
  spacefrogg = {
    email = "spacefrogg-nixos@meterriblecrew.net";
    github = "spacefrogg";
@@ -23408,12 +23414,6 @@
    githubId = 306190;
    name = "Svend Sorensen";
  };
  sven-of-cord = {
    email = "sven@cord.com";
    github = "sven-of-cord";
    githubId = 98333944;
    name = "Sven Over";
  };
  Svenum = {
    email = "s.ziegler@holypenguin.net";
    github = "Svenum";
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@ rustPlatform.buildRustPackage rec {
  meta = with lib; {
    description = "Submit pull requests for individual, amendable, rebaseable commits to GitHub";
    mainProgram = "spr";
    homepage = "https://github.com/getcord/spr";
    homepage = "https://github.com/spacedentist/spr";
    license = licenses.mit;
    maintainers = with maintainers; [ sven-of-cord ];
    maintainers = with maintainers; [ spacedentist ];
  };
}