Merge pull request #133561 from SuperSandro2000/filegive

This commit is contained in:
Sandro
2021-08-12 01:37:21 +02:00
committed by GitHub
+2 -2
View File
@@ -5,7 +5,7 @@ buildGoPackage rec {
version = "0.7.4";
src = fetchurl {
url = "http://viric.name/soft/filegive/filegive-${version}.tar.gz";
url = "https://viric.name/soft/filegive/filegive-${version}.tar.gz";
sha256 = "1z3vyqfdp271qa5ah0i6jmn9gh3gb296wcm33sd2zfjqapyh12hy";
};
@@ -14,7 +14,7 @@ buildGoPackage rec {
goPackagePath = "viric.name/soft/filegive";
meta = with lib; {
homepage = "http://viric.name/cgi-bin/filegive";
homepage = "https://viric.name/cgi-bin/filegive";
description = "Easy p2p file sending program";
license = licenses.agpl3Plus;
maintainers = [ maintainers.viric ];