summary refs log tree commit diff
diff options
context:
space:
mode:
authorgoibhniu <cillian.deroiste@gmail.com>2017-09-04 10:31:42 +0200
committerGitHub <noreply@github.com>2017-09-04 10:31:42 +0200
commit65e6a7e0ec99524b1d1f778c3dc87259c8ea5b2c (patch)
tree85bb694fb93e7cc05df5dbc46fb994229ad90363
parent601bd604031790c7f623d738072bed38ee7724ea (diff)
parentf37f8c4b4b96d58bea1bc4968b0da18ab4d894a3 (diff)
downloadnixlib-65e6a7e0ec99524b1d1f778c3dc87259c8ea5b2c.tar
nixlib-65e6a7e0ec99524b1d1f778c3dc87259c8ea5b2c.tar.gz
nixlib-65e6a7e0ec99524b1d1f778c3dc87259c8ea5b2c.tar.bz2
nixlib-65e6a7e0ec99524b1d1f778c3dc87259c8ea5b2c.tar.lz
nixlib-65e6a7e0ec99524b1d1f778c3dc87259c8ea5b2c.tar.xz
nixlib-65e6a7e0ec99524b1d1f778c3dc87259c8ea5b2c.tar.zst
nixlib-65e6a7e0ec99524b1d1f778c3dc87259c8ea5b2c.zip
Merge pull request #28956 from felixsinger/master
Update homepage link of Mumble
-rw-r--r--pkgs/applications/networking/mumble/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix
index 9f30d722fda4..a611e2cf3ee8 100644
--- a/pkgs/applications/networking/mumble/default.nix
+++ b/pkgs/applications/networking/mumble/default.nix
@@ -60,7 +60,7 @@ let
 
     meta = {
       description = "Low-latency, high quality voice chat software";
-      homepage = http://mumble.sourceforge.net/;
+      homepage = https://mumble.info;
       license = licenses.bsd3;
       maintainers = with maintainers; [ viric jgeerds wkennington ];
       platforms = platforms.linux;