surf: use https

This commit is contained in:
Joachim Fasting
2017-11-08 01:04:13 +01:00
parent 792dc7a859
commit cd722e1678
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
version = "2.0"; version = "2.0";
src = fetchurl { src = fetchurl {
url = "http://dl.suckless.org/surf/surf-${version}.tar.gz"; url = "https://dl.suckless.org/surf/surf-${version}.tar.gz";
sha256 = "07cmajyafljigy10d21kkyvv5jf3hxkx06pz3rwwk3y3c9x4rvps"; sha256 = "07cmajyafljigy10d21kkyvv5jf3hxkx06pz3rwwk3y3c9x4rvps";
}; };
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
possible to embed it in another application. Furthermore, one can point possible to embed it in another application. Furthermore, one can point
surf to another URI by setting its XProperties. surf to another URI by setting its XProperties.
''; '';
homepage = http://surf.suckless.org; homepage = https://surf.suckless.org;
license = licenses.mit; license = licenses.mit;
platforms = webkitgtk.meta.platforms; platforms = webkitgtk.meta.platforms;
maintainers = with maintainers; [ joachifm ]; maintainers = with maintainers; [ joachifm ];