summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authoremosenkis <eitan@mosenkis.net>2016-06-17 19:31:48 +0300
committerPascal Wittmann <PascalWittmann@gmx.net>2016-06-17 18:31:48 +0200
commit75b460ce1b00678105f67c4e57c81952446edd6e (patch)
tree4a3a6d948a29260a2d90afff3f240a0a47e03bb7 /pkgs/applications
parentd426bab7920d724bd69ef441eb51a5fa9a96a651 (diff)
downloadnixpkgs-75b460ce1b00678105f67c4e57c81952446edd6e.tar
nixpkgs-75b460ce1b00678105f67c4e57c81952446edd6e.tar.gz
nixpkgs-75b460ce1b00678105f67c4e57c81952446edd6e.tar.bz2
nixpkgs-75b460ce1b00678105f67c4e57c81952446edd6e.tar.lz
nixpkgs-75b460ce1b00678105f67c4e57c81952446edd6e.tar.xz
nixpkgs-75b460ce1b00678105f67c4e57c81952446edd6e.tar.zst
nixpkgs-75b460ce1b00678105f67c4e57c81952446edd6e.zip
Cantata: update homepage (#16296)
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/cantata/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/cantata/default.nix b/pkgs/applications/audio/cantata/default.nix
index 6906c7bccb5..f4e1fe8b151 100644
--- a/pkgs/applications/audio/cantata/default.nix
+++ b/pkgs/applications/audio/cantata/default.nix
@@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = http://code.google.com/p/cantata/;
+    homepage = https://github.com/cdrummond/cantata;
     description = "A graphical client for MPD";
     license = licenses.gpl3;