polyml: updated maintainers

I am not sure if we still need the old packages, nothing explicitly
depends on polyml56 or polyml57 according to a grep, not sure if
external packages might (hol and isabelle depend on polyml, the latest
version).
This commit is contained in:
Kovacsics Robert
2020-03-02 09:13:12 +01:00
committed by Frederik Rietdijk
parent f8c402ecad
commit f4c29ebfc2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = https://www.polyml.org/;
license = licenses.lgpl21;
platforms = with platforms; (linux ++ darwin);
maintainers = with maintainers; [ maggesi yurrriq ];
maintainers = with maintainers; [ maggesi ];
};
}
@@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = https://www.polyml.org/;
license = licenses.lgpl21;
platforms = with platforms; (linux ++ darwin);
maintainers = with maintainers; [ maggesi yurrriq ];
maintainers = with maintainers; [ maggesi kovirobi ];
};
}