mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
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:
parent
f8c402ecad
commit
f4c29ebfc2
2 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue