mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
surf: use https
This commit is contained in:
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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user