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

Merge pull request #307526 from ChlorideCull/thermocline

maintainers: remove ChlorideCull
parents 74429e11 4260e18e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -3546,12 +3546,6 @@
    githubId = 1118859;
    name = "Scott Worley";
  };
  ChlorideCull = {
    email = "nixrelated@chcl.se";
    github = "ChlorideCull";
    githubId = 4977063;
    name = "Sebastian Johansson";
  };
  choochootrain = {
    email = "hurshal@imap.cc";
    github = "choochootrain";
+1 −1
Original line number Diff line number Diff line
@@ -59,6 +59,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/michaelrsweet/pappl";
    license = licenses.asl20;
    platforms = platforms.linux; # should also work for darwin, but requires additional work
    maintainers = with maintainers; [ jonringer ChlorideCull ];
    maintainers = with maintainers; [ jonringer ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
    homepage = "https://github.com/michaelrsweet/lprint";
    license = licenses.asl20;
    platforms = platforms.linux;
    maintainers = with maintainers; [ ChlorideCull ];
    maintainers = with maintainers; [ ];
  };
}