From 50dc3b8b2fc1d9c9c083c295d4f66ecd0d15b3b8 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 11 Jan 2018 01:29:25 +0100 Subject: gnu: inkscape: Use HTTPS for home page. * gnu/packages/inkscape.scm (inkscape)[home-page]: Use HTTPS. --- gnu/packages/inkscape.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm index 991d90ae50..f1a3cb23f4 100644 --- a/gnu/packages/inkscape.scm +++ b/gnu/packages/inkscape.scm @@ -88,7 +88,7 @@ ("pkg-config" ,pkg-config))) ;; FIXME: tests require gmock (arguments `(#:tests? #f)) - (home-page "http://inkscape.org/") + (home-page "https://inkscape.org/") (synopsis "Vector graphics editor") (description "Inkscape is a vector graphics editor. What sets Inkscape apart is its use of Scalable Vector Graphics (SVG), an XML-based W3C standard, -- cgit v1.2.3 cripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/jami.scm
AgeCommit message (Expand)Author
2020-08-06gnu: jami: Always remove contrib tarballs from the sources of Jami....Maxim Cournoyer
2020-08-03gnu: pjproject-jami: Reuse more of the base pjproject....Maxim Cournoyer
2020-08-03gnu: pjproject: Fix problem in pkg-config file....Maxim Cournoyer
2020-07-12gnu: pjproject-jami: Build without debugging assertions....Jan Wielkiewicz
2020-07-12gnu: jami: Update to 20200710.1.6bd18d2....Jan Wielkiewicz
2020-07-12gnu: jami-client-gnome: Remove deprecated package....Jan Wielkiewicz
2020-05-15gnu: Add ffmpeg-jami....Jan Wielkiewicz
2020-05-13gnu: jami: Remove obsolete wrapper....Marius Bakke
2020-05-02gnu: jami: Add epoll support....Jan Wielkiewicz
2020-05-02gnu: jami: Use gettext-minimal....Jan Wielkiewicz
2020-05-02gnu: pjproject-jami: Update to 2.10....Jan Wielkiewicz
2020-05-02gnu: jami: Make gettext a native input....Jan Wielkiewicz
2020-05-02gnu: libring: Add libnatpmp dependency....Jan Wielkiewicz
2020-05-02gnu: jami: Create a jami-apply-dependency-patches procedure....Jan Wielkiewicz
2020-05-02gnu: jami: Fix download....Jan Wielkiewicz
2020-05-02gnu: telephony: Move Jami and its dependencies to jami.scm....Jan Wielkiewicz