summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2021-08-22 15:48:57 +0200
committerJörg Thalheim <joerg@thalheim.io>2021-08-22 16:08:41 +0200
commite78c1891d0eab40d91b2951a22811f92e3fb6fa7 (patch)
tree3a1f9c26509e679aba6676151c6fea0f8d51c132 /pkgs
parentc581e3e1371daee265b8622bcc72861aaa7d56d0 (diff)
downloadnixpkgs-e78c1891d0eab40d91b2951a22811f92e3fb6fa7.tar
nixpkgs-e78c1891d0eab40d91b2951a22811f92e3fb6fa7.tar.gz
nixpkgs-e78c1891d0eab40d91b2951a22811f92e3fb6fa7.tar.bz2
nixpkgs-e78c1891d0eab40d91b2951a22811f92e3fb6fa7.tar.lz
nixpkgs-e78c1891d0eab40d91b2951a22811f92e3fb6fa7.tar.xz
nixpkgs-e78c1891d0eab40d91b2951a22811f92e3fb6fa7.tar.zst
nixpkgs-e78c1891d0eab40d91b2951a22811f92e3fb6fa7.zip
beets: fix homepage
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/audio/beets/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/beets/default.nix b/pkgs/tools/audio/beets/default.nix
index 94f97e29af2..7114d6801b4 100644
--- a/pkgs/tools/audio/beets/default.nix
+++ b/pkgs/tools/audio/beets/default.nix
@@ -265,7 +265,7 @@ in pythonPackages.buildPythonApplication rec {
 
   meta = with lib; {
     description = "Music tagger and library organizer";
-    homepage = "http://beets.io";
+    homepage = "https://beets.io";
     license = licenses.mit;
     maintainers = with maintainers; [ aszlig doronbehar lovesegfault pjones ];
     platforms = platforms.linux;