tomahawk: Mark as unmaintained by upstream

The upstream commit tomahawk-player/tomahawk@c838959248
changed the project's README to state that the project has been
abandoned, quote:

   This project is essentially abandoned

   There is noone working on it. There isn't much sense in adding any
   new issues in the issue tracker unless you want to fix them yourself.

So I'm adding a note in the description and essentially remove my
maintainership as well.

Signed-off-by: aszlig <aszlig@nix.build>
This commit is contained in:
aszlig 2017-11-21 08:43:02 +01:00
parent a8199e79f4
commit 73746502d8
No known key found for this signature in database
GPG key ID: 684089CE67EBB691

View file

@ -47,10 +47,9 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "A multi-source music player";
description = "A multi-source music player (unmaintained)";
homepage = http://tomahawk-player.org/;
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = [ maintainers.aszlig ];
};
}