mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
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.
This commit is contained in:
parent
9006f8bc59
commit
fea8b72989
2 changed files with 21 additions and 21 deletions
|
@ -174,7 +174,7 @@ numbers of user-defined menu items efficiently.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -189,7 +189,7 @@ numbers of user-defined menu items efficiently.")
|
|||
("libxkbfile" ,libxkbfile)
|
||||
("alsa-lib" ,alsa-lib)
|
||||
("libmpdclient" ,libmpdclient)))
|
||||
(home-page "http://git.2f30.org/spoon/")
|
||||
(home-page "https://git.2f30.org/spoon/")
|
||||
(synopsis "Set dwm status")
|
||||
(description
|
||||
"Spoon can be used to set the dwm status.")
|
||||
|
@ -355,7 +355,7 @@ few minutes.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -367,7 +367,7 @@ few minutes.")
|
|||
(string-append "PREFIX=" %output))))
|
||||
(inputs
|
||||
`(("libx11" ,libx11)))
|
||||
(home-page "http://git.2f30.org/xbattmon/")
|
||||
(home-page "https://git.2f30.org/xbattmon/")
|
||||
(synopsis "Simple battery monitor for X")
|
||||
(description
|
||||
"Xbattmon is a simple battery monitor for X.")
|
||||
|
@ -380,7 +380,7 @@ few minutes.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -393,7 +393,7 @@ few minutes.")
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)))) ; No configure script
|
||||
(home-page "http://git.2f30.org/wificurse/")
|
||||
(home-page "https://git.2f30.org/wificurse/")
|
||||
(synopsis "Wifi DoS attack tool")
|
||||
(description
|
||||
"Wificurses listens for beacons sent from wireless access points
|
||||
|
@ -413,7 +413,7 @@ drivers capable of injecting packets in wireless networks.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -426,7 +426,7 @@ drivers capable of injecting packets in wireless networks.")
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)))) ; No configure script
|
||||
(home-page "http://2f30.org")
|
||||
(home-page "https://2f30.org/")
|
||||
(synopsis "Commandline utility which scrolls text")
|
||||
(description
|
||||
"Skroll is a small utility that you can use to make a text scroll.
|
||||
|
@ -441,7 +441,7 @@ left.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -454,7 +454,7 @@ left.")
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)))) ; No configure script
|
||||
(home-page "http://git.2f30.org/sbm/")
|
||||
(home-page "https://git.2f30.org/sbm/")
|
||||
(synopsis "Simple bandwidth monitor")
|
||||
(description
|
||||
"Sbm is a simple bandwidth monitor.")
|
||||
|
@ -467,7 +467,7 @@ left.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -483,7 +483,7 @@ left.")
|
|||
(inputs
|
||||
`(("cups-minimal" ,cups-minimal)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "http://git.2f30.org/prout/")
|
||||
(home-page "https://git.2f30.org/prout/")
|
||||
(synopsis "Smaller lp command")
|
||||
(description
|
||||
"Prout (PRint OUT) is a small utility one can use to send
|
||||
|
@ -500,7 +500,7 @@ cups server to be installed.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -519,7 +519,7 @@ cups server to be installed.")
|
|||
(("lcurses") "lncurses")))))))
|
||||
(inputs
|
||||
`(("ncurses" ,ncurses)))
|
||||
(home-page "http://git.2f30.org/noice/")
|
||||
(home-page "https://git.2f30.org/noice/")
|
||||
(synopsis "Small file browser")
|
||||
(description
|
||||
"Noice is a small curses-based file browser.")
|
||||
|
@ -550,7 +550,7 @@ cups server to be installed.")
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(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")
|
||||
(description
|
||||
"Human is a small program which translate numbers into a
|
||||
|
@ -567,7 +567,7 @@ environment variable.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -580,7 +580,7 @@ environment variable.")
|
|||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(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")
|
||||
(description
|
||||
"This is a standalone implementation of fortify source. It provides
|
||||
|
@ -608,7 +608,7 @@ initially intended to be used on musl based Linux distributions.
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -623,7 +623,7 @@ initially intended to be used on musl based Linux distributions.
|
|||
(delete 'configure)))) ; No configure script
|
||||
(inputs
|
||||
`(("libpng" ,libpng)))
|
||||
(home-page "http://git.2f30.org/colors/")
|
||||
(home-page "https://git.2f30.org/colors/")
|
||||
(synopsis "Extract colors from pictures")
|
||||
(description
|
||||
"Extract colors from PNG files. It is similar to
|
||||
|
|
|
@ -1297,7 +1297,7 @@ a built-in wiki, built-in file browsing, built-in tickets system, etc.")
|
|||
(version "0.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dl.2f30.org/releases/"
|
||||
(uri (string-append "https://dl.2f30.org/releases/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -1312,7 +1312,7 @@ a built-in wiki, built-in file browsing, built-in tickets system, etc.")
|
|||
(delete 'configure)))) ; No configure script
|
||||
(inputs
|
||||
`(("libgit2" ,libgit2)))
|
||||
(home-page "http://2f30.org")
|
||||
(home-page "https://2f30.org/")
|
||||
(synopsis "Static git page generator")
|
||||
(description "Stagit creates static pages for git repositories, the results can
|
||||
be served with a HTTP file server of your choice.")
|
||||
|
|
Loading…
Reference in a new issue