plm: remove dead homepage link, mark as broken

This commit is contained in:
Markus Kowalewski 2018-09-02 00:47:13 +02:00
parent 5cf25dded7
commit ee54f1f817
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -28,9 +28,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Free cross-platform programming exerciser";
homepage = http://webloria.loria.fr/~quinson/Teaching/PLM/;
license = licenses.gpl3;
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
broken = true;
};
}