From c9938fa84f17b267e769fa1fbaa80dc9ad821ebe Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 23:50:20 +0100 Subject: gnu: glfw: Use HTTPS home page. * gnu/packages/gl.scm (glfw)[home-page]: Use HTTPS. --- gnu/packages/gl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index c82d33037e..01241cd88e 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -733,7 +733,7 @@ OpenGL.") ("libxinerama" ,libxinerama) ("libxcursor" ,libxcursor) ("libxxf86vm" ,libxxf86vm))) - (home-page "http://www.glfw.org") + (home-page "https://www.glfw.org") (synopsis "OpenGL application development library") (description "GLFW is a library for OpenGL, OpenGL ES and Vulkan development for -- cgit v1.2.3 elected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-package.sh
AgeCommit message (Expand)Author
2019-05-26discovery: 'all-modules' returns modules in path order....Robert Vollmert
2019-05-13tests: Fix guix-package.sh....Maxim Cournoyer
2019-05-09ui: Make package outputs searchable....Chris Marusich
2019-02-07profiles: Raise an error for unmatched patterns....Ludovic Courtès
2018-11-11guix package: '--show' errors when asked for a non-existent package....Ludovic Courtès
2018-09-21profiles: 'packages->manifest' now accepts inferior packages....Ludovic Courtès
2018-07-13guix package: Use relative symlinks to generations....Ludovic Courtès
2018-06-06tests: Adjust 'guix package' test to "python2" name....Ludovic Courtès
2018-03-31guix package: Add '--allow-collisions'....Ludovic Courtès
2018-02-27guix package: '--search' no longer shows superseded packages....Ludovic Courtès
2017-11-11tests: Adjust to new unbound-variable error message....Ludovic Courtès
2017-06-26guix package: 'guix package -r PKG -u' does not upgrade PKG....Ludovic Courtès
2017-01-11guix package: Fix version and output for 'guix package -i /gnu/store/…'....Ludovic Courtès
2016-05-27guix package: Inherit the transformed version number....Ludovic Courtès
2016-03-02utils: Use '@' for separating package names and version numbers....Mathieu Lirzin
2016-03-02tests: Disable grafts by default....Ludovic Courtès
2016-01-05guix package: Allow multiple '--search' flags....Ludovic Courtès
2015-12-30guix build: Augment %PATCH-PATH when -L is passed....Ludovic Courtès
2015-08-19scripts: package: Add --install-from-file option....David Thompson
2015-05-25guix package: --manifest DTRT when combined with --dry-run....Ludovic Courtès
2015-05-20package: Add --manifest option....David Thompson
2015-05-20guix package: Add optional argument to --search-paths....Ludovic Courtès
2015-04-19guix package: -A and -s take supported systems into account....Ludovic Courtès
2015-04-06tests: Move 'guix package' tests that require networking to a separate file....Ludovic Courtès
2015-04-06guix package: Never remove the current generation and warn about it....Ludovic Courtès