diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:55:59 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-04 21:37:07 +0100 |
commit | 5ba94aa702f6dab31cc58e7f7919c978a088a0c9 (patch) | |
tree | de25816a8c5f94ae6d54ca06a309d206c5983eca /gnu/packages/audio.scm | |
parent | e85af137244924a383f203914467ca6f4b4ebf15 (diff) | |
download | patches-5ba94aa702f6dab31cc58e7f7919c978a088a0c9.tar patches-5ba94aa702f6dab31cc58e7f7919c978a088a0c9.tar.gz |
gnu: ardour: Use HTTPS home page.
* gnu/packages/audio.scm (ardour)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index cbddb8c407..2406aa16b2 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -322,7 +322,7 @@ namespace ARDOUR { const char* revision = \"" version "\" ; }")) ("itstool" ,itstool) ("perl" ,perl) ("pkg-config" ,pkg-config))) - (home-page "http://ardour.org") + (home-page "https://ardour.org") (synopsis "Digital audio workstation") (description "Ardour is a multi-channel digital audio workstation, allowing users to |