Commit d1941512 authored by Anderson Torres's avatar Anderson Torres
Browse files

boehmgc: remove AndersonTorres as maintainer

parent 46119296
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -79,7 +79,7 @@ stdenv.mkDerivation (finalAttrs: {
    '';
    changelog = "https://github.com/ivmai/bdwgc/blob/v${finalAttrs.version}/ChangeLog";
    license = "https://hboehm.info/gc/license.txt"; # non-copyleft, X11-style license
    maintainers = with lib.maintainers; [ AndersonTorres ];
    maintainers = with lib.maintainers; [ ];
    platforms = lib.platforms.all;
  };
})