pgf: update homepage link to use HTTPS
This commit is contained in:
parent
47dc4104d4
commit
25180cd2d5
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||||
# configureFlags = optional static "--enable-static --disable-shared";
|
# configureFlags = optional static "--enable-static --disable-shared";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.libpgf.org/";
|
homepage = "https://www.libpgf.org/";
|
||||||
description = "Progressive Graphics Format command line program";
|
description = "Progressive Graphics Format command line program";
|
||||||
license = stdenv.lib.licenses.lgpl21Plus;
|
license = stdenv.lib.licenses.lgpl21Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
|
Loading…
Reference in New Issue