summary refs log tree commit diff
path: root/pkgs/applications/audio/mpc/default.nix
diff options
context:
space:
mode:
authorSamuel Dionne-Riel <samuel@dionne-riel.com>2018-01-05 14:42:46 -0500
committerVladimír Čunát <vcunat@gmail.com>2018-01-05 20:42:46 +0100
commit7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9 (patch)
tree10ce937167f666f694f15c35f08d6648f03e90e9 /pkgs/applications/audio/mpc/default.nix
parenta7ef0c03d209e0512be9da390c4dcdf2235730f9 (diff)
downloadnixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.gz
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.bz2
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.lz
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.xz
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.tar.zst
nixpkgs-7b97c8c0c8c450bcce24113d9a2bf2bfff1b75c9.zip
treewide: homepage+src updates (found by repology, #33263)
Diffstat (limited to 'pkgs/applications/audio/mpc/default.nix')
-rw-r--r--pkgs/applications/audio/mpc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/mpc/default.nix b/pkgs/applications/audio/mpc/default.nix
index 73352b65092..220e72b568a 100644
--- a/pkgs/applications/audio/mpc/default.nix
+++ b/pkgs/applications/audio/mpc/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "A minimalist command line interface to MPD";
-    homepage = http://www.musicpd.org/clients/mpc/;
+    homepage = https://www.musicpd.org/clients/mpc/;
     license = licenses.gpl2;
     maintainers = with maintainers; [ algorith ];
     platforms = with platforms; linux ++ darwin;