summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2017-11-21 08:43:02 +0100
committeraszlig <aszlig@nix.build>2017-11-21 08:55:55 +0100
commit73746502d80878780a771a3d8d56fed071016ca4 (patch)
treec76ad476b0245c474c057b451ba6fec18e7f81f1 /pkgs/applications/audio
parenta8199e79f47bf19b342f96e3b58f8a6703ddda52 (diff)
downloadnixlib-73746502d80878780a771a3d8d56fed071016ca4.tar
nixlib-73746502d80878780a771a3d8d56fed071016ca4.tar.gz
nixlib-73746502d80878780a771a3d8d56fed071016ca4.tar.bz2
nixlib-73746502d80878780a771a3d8d56fed071016ca4.tar.lz
nixlib-73746502d80878780a771a3d8d56fed071016ca4.tar.xz
nixlib-73746502d80878780a771a3d8d56fed071016ca4.tar.zst
nixlib-73746502d80878780a771a3d8d56fed071016ca4.zip
tomahawk: Mark as unmaintained by upstream
The upstream commit tomahawk-player/tomahawk@c8389592488c07079f40e7edb91
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>
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/tomahawk/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/audio/tomahawk/default.nix b/pkgs/applications/audio/tomahawk/default.nix
index 364949b22416..2203586c26e9 100644
--- a/pkgs/applications/audio/tomahawk/default.nix
+++ b/pkgs/applications/audio/tomahawk/default.nix
@@ -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 ];
   };
 }