diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:24:13 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-15 01:08:08 +0100 |
commit | 131f0f853e5ea6c4effe18fbd1a4e68a6c78624d (patch) | |
tree | 5c4052a82c9b0598c78af3062e231cdad4e5acf8 /gnu/packages/sawfish.scm | |
parent | 416d098a0e496935d851db472a6d891eb6bb2bad (diff) | |
download | patches-131f0f853e5ea6c4effe18fbd1a4e68a6c78624d.tar patches-131f0f853e5ea6c4effe18fbd1a4e68a6c78624d.tar.gz |
gnu: librep: Update home page.
* gnu/packages/sawfish.scm (librep)[home-page]: Follow (HTTPS)
redirection.
Diffstat (limited to 'gnu/packages/sawfish.scm')
-rw-r--r-- | gnu/packages/sawfish.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sawfish.scm b/gnu/packages/sawfish.scm index 6df9417c64..26d8eba3b6 100644 --- a/gnu/packages/sawfish.scm +++ b/gnu/packages/sawfish.scm @@ -65,7 +65,7 @@ (list (search-path-specification (variable "REP_DL_LOAD_PATH") (files '("lib/rep"))))) - (home-page "http://sawfish.wikia.com/wiki/Librep") + (home-page "https://sawfish.fandom.com/wiki/Librep") (synopsis "Lisp system for sawfish") (description "Librep is a dialect of Lisp, designed to be used both as an extension |