Unverified Commit 782c16be authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

maintainers: drop gschwartz (#502152)

parents c2d9f8bb 8e779490
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -10087,12 +10087,6 @@
    keys = [ { fingerprint = "D1D3 37F6 CB32 02DC B9BA  337B F9D8 EABC F57E ED58"; } ];
    name = "Gabriel Santos";
  };
  gschwartz = {
    email = "gsch@pennmedicine.upenn.edu";
    github = "GregorySchwartz";
    githubId = 2490088;
    name = "Gregory Schwartz";
  };
  gtrunsec = {
    email = "gtrunsec@hardenedlinux.org";
    github = "GTrunSec";
+1 −1
Original line number Diff line number Diff line
@@ -56,6 +56,6 @@ python311.pkgs.buildPythonPackage rec {
    homepage = "https://github.com/macs3-project/MACS/";
    changelog = "https://github.com/macs3-project/MACS/releases/tag/v${version}";
    license = lib.licenses.bsd3;
    maintainers = with lib.maintainers; [ gschwartz ];
    maintainers = [ ];
  };
}
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
    description = "Motif-based sequence analysis tools";
    homepage = "https://meme-suite.org/meme/meme-software/";
    license = lib.licenses.unfree;
    maintainers = with lib.maintainers; [ gschwartz ];
    maintainers = [ ];
    platforms = lib.platforms.linux;
  };
}