augeas: use HTTPS for homepage
This commit is contained in:
parent
d9c7c7f9b4
commit
5772ed0d87
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "Configuration editing tool";
|
||||
license = licenses.lgpl21Only;
|
||||
homepage = "http://augeas.net/";
|
||||
homepage = "https://augeas.net/";
|
||||
maintainers = with maintainers; [ offline ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue