Skip to content
Snippets Groups Projects
Unverified Commit fea8b729 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: Use HTTPS on 2f30.org.

* gnu/packages/suckless.scm (spoon, xbattmon, wificurse, skroll, sbm)
(prout, noice, fortify-headers, colors)[source, home-page]: Use HTTPS.
(human)[home-page]: Likewise.
* gnu/packages/version-control.scm (stagit)[source, home-page]: Likewise.
parent 9006f8bc
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ (define-public spoon ...@@ -174,7 +174,7 @@ (define-public spoon
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -189,7 +189,7 @@ (define-public spoon ...@@ -189,7 +189,7 @@ (define-public spoon
("libxkbfile" ,libxkbfile) ("libxkbfile" ,libxkbfile)
("alsa-lib" ,alsa-lib) ("alsa-lib" ,alsa-lib)
("libmpdclient" ,libmpdclient))) ("libmpdclient" ,libmpdclient)))
(home-page "http://git.2f30.org/spoon/") (home-page "https://git.2f30.org/spoon/")
(synopsis "Set dwm status") (synopsis "Set dwm status")
(description (description
"Spoon can be used to set the dwm status.") "Spoon can be used to set the dwm status.")
...@@ -355,7 +355,7 @@ (define-public xbattmon ...@@ -355,7 +355,7 @@ (define-public xbattmon
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -367,7 +367,7 @@ (define-public xbattmon ...@@ -367,7 +367,7 @@ (define-public xbattmon
(string-append "PREFIX=" %output)))) (string-append "PREFIX=" %output))))
(inputs (inputs
`(("libx11" ,libx11))) `(("libx11" ,libx11)))
(home-page "http://git.2f30.org/xbattmon/") (home-page "https://git.2f30.org/xbattmon/")
(synopsis "Simple battery monitor for X") (synopsis "Simple battery monitor for X")
(description (description
"Xbattmon is a simple battery monitor for X.") "Xbattmon is a simple battery monitor for X.")
...@@ -380,7 +380,7 @@ (define-public wificurse ...@@ -380,7 +380,7 @@ (define-public wificurse
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -393,7 +393,7 @@ (define-public wificurse ...@@ -393,7 +393,7 @@ (define-public wificurse
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) ; No configure script (delete 'configure)))) ; No configure script
(home-page "http://git.2f30.org/wificurse/") (home-page "https://git.2f30.org/wificurse/")
(synopsis "Wifi DoS attack tool") (synopsis "Wifi DoS attack tool")
(description (description
"Wificurses listens for beacons sent from wireless access points "Wificurses listens for beacons sent from wireless access points
...@@ -413,7 +413,7 @@ (define-public skroll ...@@ -413,7 +413,7 @@ (define-public skroll
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -426,7 +426,7 @@ (define-public skroll ...@@ -426,7 +426,7 @@ (define-public skroll
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) ; No configure script (delete 'configure)))) ; No configure script
(home-page "http://2f30.org") (home-page "https://2f30.org/")
(synopsis "Commandline utility which scrolls text") (synopsis "Commandline utility which scrolls text")
(description (description
"Skroll is a small utility that you can use to make a text scroll. "Skroll is a small utility that you can use to make a text scroll.
...@@ -441,7 +441,7 @@ (define-public sbm ...@@ -441,7 +441,7 @@ (define-public sbm
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -454,7 +454,7 @@ (define-public sbm ...@@ -454,7 +454,7 @@ (define-public sbm
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) ; No configure script (delete 'configure)))) ; No configure script
(home-page "http://git.2f30.org/sbm/") (home-page "https://git.2f30.org/sbm/")
(synopsis "Simple bandwidth monitor") (synopsis "Simple bandwidth monitor")
(description (description
"Sbm is a simple bandwidth monitor.") "Sbm is a simple bandwidth monitor.")
...@@ -467,7 +467,7 @@ (define-public prout ...@@ -467,7 +467,7 @@ (define-public prout
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -483,7 +483,7 @@ (define-public prout ...@@ -483,7 +483,7 @@ (define-public prout
(inputs (inputs
`(("cups-minimal" ,cups-minimal) `(("cups-minimal" ,cups-minimal)
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "http://git.2f30.org/prout/") (home-page "https://git.2f30.org/prout/")
(synopsis "Smaller lp command") (synopsis "Smaller lp command")
(description (description
"Prout (PRint OUT) is a small utility one can use to send "Prout (PRint OUT) is a small utility one can use to send
...@@ -500,7 +500,7 @@ (define-public noice ...@@ -500,7 +500,7 @@ (define-public noice
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -519,7 +519,7 @@ (define-public noice ...@@ -519,7 +519,7 @@ (define-public noice
(("lcurses") "lncurses"))))))) (("lcurses") "lncurses")))))))
(inputs (inputs
`(("ncurses" ,ncurses))) `(("ncurses" ,ncurses)))
(home-page "http://git.2f30.org/noice/") (home-page "https://git.2f30.org/noice/")
(synopsis "Small file browser") (synopsis "Small file browser")
(description (description
"Noice is a small curses-based file browser.") "Noice is a small curses-based file browser.")
...@@ -550,7 +550,7 @@ (define-public human ...@@ -550,7 +550,7 @@ (define-public human
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) ; No configure script (delete 'configure)))) ; No configure script
(home-page "http://git.2f30.org/human/") (home-page "https://git.2f30.org/human/")
(synopsis "Convert bytes to human readable formats") (synopsis "Convert bytes to human readable formats")
(description (description
"Human is a small program which translate numbers into a "Human is a small program which translate numbers into a
...@@ -567,7 +567,7 @@ (define-public fortify-headers ...@@ -567,7 +567,7 @@ (define-public fortify-headers
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -580,7 +580,7 @@ (define-public fortify-headers ...@@ -580,7 +580,7 @@ (define-public fortify-headers
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure)))) ; No configure script (delete 'configure)))) ; No configure script
(home-page "http://git.2f30.org/fortify-headers/") (home-page "https://git.2f30.org/fortify-headers/")
(synopsis "Standalone fortify-source implementation") (synopsis "Standalone fortify-source implementation")
(description (description
"This is a standalone implementation of fortify source. It provides "This is a standalone implementation of fortify source. It provides
...@@ -608,7 +608,7 @@ (define-public colors ...@@ -608,7 +608,7 @@ (define-public colors
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -623,7 +623,7 @@ (define-public colors ...@@ -623,7 +623,7 @@ (define-public colors
(delete 'configure)))) ; No configure script (delete 'configure)))) ; No configure script
(inputs (inputs
`(("libpng" ,libpng))) `(("libpng" ,libpng)))
(home-page "http://git.2f30.org/colors/") (home-page "https://git.2f30.org/colors/")
(synopsis "Extract colors from pictures") (synopsis "Extract colors from pictures")
(description (description
"Extract colors from PNG files. It is similar to "Extract colors from PNG files. It is similar to
......
...@@ -1297,7 +1297,7 @@ (define-public stagit ...@@ -1297,7 +1297,7 @@ (define-public stagit
(version "0.5") (version "0.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.2f30.org/releases/" (uri (string-append "https://dl.2f30.org/releases/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
...@@ -1312,7 +1312,7 @@ (define-public stagit ...@@ -1312,7 +1312,7 @@ (define-public stagit
(delete 'configure)))) ; No configure script (delete 'configure)))) ; No configure script
(inputs (inputs
`(("libgit2" ,libgit2))) `(("libgit2" ,libgit2)))
(home-page "http://2f30.org") (home-page "https://2f30.org/")
(synopsis "Static git page generator") (synopsis "Static git page generator")
(description "Stagit creates static pages for git repositories, the results can (description "Stagit creates static pages for git repositories, the results can
be served with a HTTP file server of your choice.") be served with a HTTP file server of your choice.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment