Unverified Commit 97c7b6df authored by Stella's avatar Stella Committed by GitHub
Browse files

maintainers: remove keksbg (#307027)

parent 31e8a893
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -10388,15 +10388,6 @@
    github = "keenanweaver";
    githubId = 37268985;
  };
  keksbg = {
    email = "keksbg@riseup.net";
    name = "Stella";
    github = "keksbg";
    githubId = 10682187;
    keys = [{
      fingerprint = "AB42 1F18 5A19 A160 AD77  9885 3D6D CA5B 6F2C 2A7A";
    }];
  };
  keldu = {
    email = "mail@keldu.de";
    github = "keldu";
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ stdenv.mkDerivation rec {
    description = "A fast high compression read-only file system";
    homepage = "https://github.com/mhx/dwarfs";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ keksbg ];
    maintainers = with maintainers; [ ];
    platforms = platforms.linux;
  };
}