Merge pull request #73492 from c0bw3b/fix/alioth

Treewide: replace last refs to alioth.debian.org
This commit is contained in:
Jörg Thalheim
2019-11-16 15:02:14 +00:00
committed by GitHub
7 changed files with 9 additions and 9 deletions
@@ -5,7 +5,7 @@ callPackage ./generic.nix (args // rec {
src = fetchurl { src = fetchurl {
sha256 = "1j9nbqspaj0rlgalafb5z6r606k0i22kz0rcpd744p176yzlfdr9"; sha256 = "1j9nbqspaj0rlgalafb5z6r606k0i22kz0rcpd744p176yzlfdr9";
urls = [ urls = [
"https://alioth.debian.org/frs/download.php/latestfile/176/sane-backends-${version}.tar.gz" "https://alioth-archive.debian.org/releases/sane/sane-backends/${version}/sane-backends-${version}.tar.gz"
]; ];
}; };
}) })
@@ -5,6 +5,6 @@ callPackage ./generic.nix (args // {
src = fetchgit { src = fetchgit {
sha256 = "0qf7d7268kdxnb723c03m6icxhbgx0vw8gqvck2q1w5b948dy9g8"; sha256 = "0qf7d7268kdxnb723c03m6icxhbgx0vw8gqvck2q1w5b948dy9g8";
rev = "e895ee55bec8a3320a0e972b32c05d35b47fe226"; rev = "e895ee55bec8a3320a0e972b32c05d35b47fe226";
url = "git://alioth.debian.org/git/sane/sane-backends.git"; url = "https://gitlab.com/sane-project/backends.git";
}; };
}) })
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.0.14"; version = "1.0.14";
src = fetchurl { src = fetchurl {
url = "https://alioth.debian.org/frs/download.php/latestfile/175/${pname}-${version}.tar.gz"; url = "https://alioth-archive.debian.org/releases/sane/${pname}/${version}/${pname}-${version}.tar.gz";
sha256 = "1ad4zr7rcxpda8yzvfkq1rfjgx9nl6lan5a628wvpdbh3fn9v0z7"; sha256 = "1ad4zr7rcxpda8yzvfkq1rfjgx9nl6lan5a628wvpdbh3fn9v0z7";
}; };
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "chrpath-0.16"; name = "chrpath-0.16";
src = fetchurl { src = fetchurl {
url = "https://alioth.debian.org/frs/download.php/file/3979/chrpath-0.16.tar.gz"; url = "https://alioth-archive.debian.org/releases/chrpath/chrpath/0.16/chrpath-0.16.tar.gz";
sha256 = "0yvfq891mcdkf8g18gjjkn2m5rvs8z4z4cl1vwdhx6f2p9a4q3dv"; sha256 = "0yvfq891mcdkf8g18gjjkn2m5rvs8z4z4cl1vwdhx6f2p9a4q3dv";
}; };
@@ -15,7 +15,7 @@ stdenv.mkDerivation {
binary. The rpath, or runpath if it is present, is where the runtime binary. The rpath, or runpath if it is present, is where the runtime
linker should look for the libraries needed for a program. linker should look for the libraries needed for a program.
''; '';
homepage = https://alioth.debian.org/projects/chrpath/; homepage = https://tracker.debian.org/pkg/chrpath;
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];
+2 -2
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "surfraw-2.3.0"; name = "surfraw-2.3.0";
src = fetchurl { src = fetchurl {
url = "http://surfraw.alioth.debian.org/dist/surfraw-2.3.0.tar.gz"; url = "https://gitlab.com/surfraw/Surfraw/uploads/2de827b2786ef2fe43b6f07913ca7b7f/surfraw-2.3.0.tar.gz";
sha256 = "099nbif0x5cbcf18snc58nx1a3q7z0v9br9p2jiq9pcc7ic2015d"; sha256 = "099nbif0x5cbcf18snc58nx1a3q7z0v9br9p2jiq9pcc7ic2015d";
}; };
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power"; description = "Provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power";
homepage = http://surfraw.alioth.debian.org; homepage = https://gitlab.com/surfraw/Surfraw;
maintainers = []; maintainers = [];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.publicDomain; license = stdenv.lib.licenses.publicDomain;
+1 -1
View File
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://fakeroot.alioth.debian.org/; homepage = https://salsa.debian.org/clint/fakeroot;
description = "Give a fake root environment through LD_PRELOAD"; description = "Give a fake root environment through LD_PRELOAD";
license = stdenv.lib.licenses.gpl2Plus; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
Logcheck helps spot problems and security violations in your logfiles automatically and will send the results to you by e-mail. Logcheck helps spot problems and security violations in your logfiles automatically and will send the results to you by e-mail.
Logcheck was part of the Abacus Project of security tools, but this version has been rewritten. Logcheck was part of the Abacus Project of security tools, but this version has been rewritten.
''; '';
homepage = http://logcheck.alioth.debian.org/; homepage = https://salsa.debian.org/debian/logcheck;
license = licenses.gpl2; license = licenses.gpl2;
maintainers = [ maintainers.bluescreen303 ]; maintainers = [ maintainers.bluescreen303 ];
}; };