pony-corral: remove superherointj as maintainer

This commit is contained in:
superherointj 2023-03-30 11:00:40 -03:00
parent 20c9e1965a
commit 1dd6798097

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation ( rec {
homepage = "https://www.ponylang.io";
changelog = "https://github.com/ponylang/corral/blob/${version}/CHANGELOG.md";
license = licenses.bsd2;
maintainers = with maintainers; [ redvers superherointj ];
maintainers = with maintainers; [ redvers ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
})