guile-lint: use https version of homepage
This commit is contained in:
parent
f311898f67
commit
727fa0d81d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in stdenv.mkDerivation {
|
|||
|
||||
meta = {
|
||||
description = "Checks syntax and semantics in a Guile program or module";
|
||||
homepage = "http://user42.tuxfamily.org/guile-lint/index.html";
|
||||
homepage = "https://user42.tuxfamily.org/guile-lint/index.html";
|
||||
license = "GPL";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue