summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2019-04-20 22:48:29 +0200
committerMatthias Beyer <mail@beyermatthias.de>2019-04-20 22:48:29 +0200
commit03bd909fcda5864ca2b75cd72c2d0b028dbffeaf (patch)
tree085cd7c9bd036ea25f65a0172527587541191e1c
parent1011fae581e1139ea4c9f3e479d604eb5669c5d9 (diff)
downloadnixpkgs-03bd909fcda5864ca2b75cd72c2d0b028dbffeaf.tar
nixpkgs-03bd909fcda5864ca2b75cd72c2d0b028dbffeaf.tar.gz
nixpkgs-03bd909fcda5864ca2b75cd72c2d0b028dbffeaf.tar.bz2
nixpkgs-03bd909fcda5864ca2b75cd72c2d0b028dbffeaf.tar.lz
nixpkgs-03bd909fcda5864ca2b75cd72c2d0b028dbffeaf.tar.xz
nixpkgs-03bd909fcda5864ca2b75cd72c2d0b028dbffeaf.tar.zst
nixpkgs-03bd909fcda5864ca2b75cd72c2d0b028dbffeaf.zip
mpdscribble: Fix URL
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/tools/misc/mpdscribble/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/mpdscribble/default.nix b/pkgs/tools/misc/mpdscribble/default.nix
index ca6808effda..5be323a6f4b 100644
--- a/pkgs/tools/misc/mpdscribble/default.nix
+++ b/pkgs/tools/misc/mpdscribble/default.nix
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A Music Player Daemon (MPD) client which submits information about tracks beeing played to a scrobbler (e.g. last.fm)";
-    homepage = http://mpd.wikia.com/wiki/Client:mpdscribble;
+    homepage = https://www.musicpd.org/clients/mpdscribble/;
     license = licenses.gpl2;
     maintainers = [ maintainers.matthiasbeyer ];
     platforms = platforms.linux;