alliance: mark as broken

there is no maintainer for this package and even debian looks
for a new maintainer.
This commit is contained in:
Jörg Thalheim 2017-03-06 08:22:23 +01:00
parent 35dbe4d0f1
commit 99e74e9509
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
license = with licenses; gpl2Plus;
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
broken = true;
};
}