treewide: homepage+src updates (found by repology, #33263)

This commit is contained in:
Samuel Dionne-Riel
2018-01-05 20:42:46 +01:00
committed by Vladimír Čunát
parent a7ef0c03d2
commit 7b97c8c0c8
147 changed files with 178 additions and 178 deletions
@@ -5,14 +5,14 @@ stdenv.mkDerivation rec {
version = "1.0.18";
src = fetchurl {
url = "http://www.libsrs2.org/srs/libsrs2-${version}.tar.gz";
url = "https://www.libsrs2.org/srs/libsrs2-${version}.tar.gz";
sha256 = "9d1191b705d7587a5886736899001d04168392bbb6ed6345a057ade50943a492";
};
meta = {
description = "The next generation SRS library from the original designer of SRS";
license = with lib.licenses; [ gpl2 bsd3 ];
homepage = http://www.libsrs2.org/;
homepage = https://www.libsrs2.org/;
platforms = stdenv.lib.platforms.linux;
};
}