Commit 7b9be38c authored by Sondre Aasemoen's avatar Sondre Aasemoen Committed by Alyssa Ross
Browse files

treewide: remove myself as maintainer

parent 0d80c058
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -12065,15 +12065,6 @@
    githubId = 9720532;
    name = "Sergei K";
  };
  sondr3 = {
    email = "nilsen.sondre@gmail.com";
    github = "sondr3";
    githubId = 2280539;
    name = "Sondre Nilsen";
    keys = [{
      fingerprint = "0EC3 FA89 EFBA B421 F82E  40B0 2567 6BCB FFAD 76B1";
    }];
  };
  sophrosyne = {
    email = "joshuaortiz@tutanota.com";
    github = "sophrosyne97";
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@ buildRustPackage rec {
    description = "Quickly and easily fetch .gitignore templates from gitignore.io";
    homepage = "https://github.com/sondr3/git-ignore";
    license = licenses.gpl3Plus;
    maintainers = [ maintainers.sondr3 ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python library to simplify working with jsonlines and ndjson data";
    homepage = "https://github.com/wbolster/jsonlines";
    maintainers = with maintainers; [ sondr3 ];
    maintainers = with maintainers; [ ];
    license = licenses.bsd3;
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
    homepage = "https://github.com/kbknapp/cargo-outdated";
    changelog = "https://github.com/kbknapp/cargo-outdated/blob/${version}/CHANGELOG.md";
    license = with licenses; [ asl20 /* or */ mit ];
    maintainers = with maintainers; [ sondr3 ivan ];
    maintainers = with maintainers; [ ivan ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -36,6 +36,6 @@ buildGoModule rec {
    '';
    homepage = "https://github.com/gsamokovarov/jump";
    license = licenses.mit;
    maintainers = with maintainers; [ sondr3 ];
    maintainers = with maintainers; [ ];
  };
}