Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs as reported by Repology
This commit is contained in:
@@ -30,7 +30,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Optimised synchronisation of LVM snapshots over a network";
|
||||
homepage = http://theshed.hezmatt.org/lvmsync/;
|
||||
homepage = https://theshed.hezmatt.org/lvmsync/;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ jluttine nicknovitski ];
|
||||
|
||||
Reference in New Issue
Block a user