aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 12:02:53 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2021-02-28 12:02:53 +0100
commit5c5a9cd6ff659aaa29522712616cd676ecf48d96 (patch)
treea3bdb32cb85c556706dd1f523bdb459fc2558134 /gnu
parent0b2f43076c32a43b1fbe49f425749b4b4467ebce (diff)
downloadguix-5c5a9cd6ff659aaa29522712616cd676ecf48d96.tar.gz
guix-5c5a9cd6ff659aaa29522712616cd676ecf48d96.zip
gnu: twolame: Use HTTPS home page URI.
* gnu/packages/audio.scm (twolame)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/audio.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index cc5189abea..05c038c226 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3425,7 +3425,7 @@ conversion. It may be used, for example, to resample PCM-encoded audio.")
(native-inputs
`(("perl" ,perl)
("which" ,which))) ;used in tests/test.pl
- (home-page "http://www.twolame.org/")
+ (home-page "https://www.twolame.org/")
(synopsis "MPEG Audio Layer 2 (MP2) encoder")
(description
"TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder based on
>...Greg Hogan 2020-09-12doc: Document the use of snippets vs phases....Maxim Cournoyer 2020-08-27doc: Improve the instructions regarding `guix git authenticate`....Joshua Branson 2020-07-23doc: Recommend running 'guix git authenticate' when cloning the repo....Ludovic Courtès 2020-07-09doc: Fix typo....Tobias Geerinckx-Rice 2020-06-20doc: Make issues.guix.gnu.org more visible....Ludovic Courtès 2020-06-16doc: Recommend "make authenticate" after ./bootstrap....Ludovic Courtès 2020-06-14doc: Adjust branching and rebuilding strategy to match reality....Marius Bakke 2020-05-28doc: Remove explicit support for mips64el-linux....Efraim Flashner 2020-05-25doc: Fix typos....zimoun 2020-05-22maint: Add "make check-channel-news"....Ludovic Courtès 2020-05-12doc: Specify the branch name in the title of a patch....Brice Waegeneire 2020-05-04doc: Recommend against SHA1 OpenPGP signatures....Ludovic Courtès 2020-05-04doc: Document committer authorization....Ludovic Courtès 2020-03-13doc: Update guidance about Python 2 package variants....Leo Famulari 2020-03-10doc: Use HTTPS for external links....Vitaliy Shatrov 2020-03-09doc: Use an https link for Contributor Covenant....Jakub Kądziołka 2020-02-22etc: Add copyright....Oleg Pykhalov 2020-02-18doc: Document packaging guidelines for Rust crates....Efraim Flashner 2020-01-19Use HTTPS for www.emacswiki.org....Tobias Geerinckx-Rice 2020-01-09doc: Add a cooptation policy for commit access....Ludovic Courtès 2020-01-09doc: Encourage patch review....Ludovic Courtès 2020-01-09doc: Move "Commit Access" section from 'HACKING' to the manual....Ludovic Courtès 2020-01-09doc: Add "Tracking Bugs and Patches" section....Ludovic Courtès 2019-12-27doc: Mention "make authenticate"....Ludovic Courtès 2019-12-13doc: Link to "Building from Git" instead of quoting command to build Guix....Pierre Neidhardt 2019-12-08doc: Mention how to simulate a `guix pull' before submitting patches....Pierre Neidhardt 2019-12-08doc: Mention how to rebuild guix before submitting patches....Pierre Neidhardt 2019-11-09doc: Mention value /var to localstatedir option....zimoun 2019-09-07doc: Use @lisp instead of @example for Scheme snippets....Ludovic Courtès 2019-07-17doc: Reorder and clarify contributing instructions....Florian Pelz 2019-07-15doc: note how to install git send-email...Arne Babenhauserheide 2019-06-29doc: Remove references to hydra.gnu.org....Tobias Geerinckx-Rice 2019-05-20doc: use pure environment when building from git...Giovanni Biscuolo 2019-03-24doc: Remove instances of powerpc-linux being a supported Guix architecture....Efraim Flashner