diff --git a/nix/sources.json b/nix/sources.json
index 68f1aa4def4e36d0a418f9be66cd95591bb5e9ce..362241b64bd631316d3f3aa2efcdfd5edd856ed1 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -1063,20 +1063,6 @@ "type": "tarball",
"url": "https://github.com/mapbox/supermercado/archive/ecc9f5a36c1c8d13872df5bdcbd01621e5f3ab48.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"date": "2015-08-04T11:30:01Z",
"description": "Bash script for upload file to cloud storage based on OpenStack Swift API",
"homepage": "https://github.com/selectel/supload",
"owner": "selectel",
"repo": "supload",
"rev": "70690682867713c68d7c6daa833a1013e79df407",
"sha256": "0di1hr9j2wdicj6n2mlf9achfxd05rqwrfnymsnxhhy7sv50n2bm",
"type": "tarball",
"url": "https://github.com/selectel/supload/archive/70690682867713c68d7c6daa833a1013e79df407.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"tatoebatools": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/default.nix b/pkgs/default.nix
index e77ee4ae231f71e287d5091897c7df9019bacf7a..2f961a0d8eb4c87db5b6710ced05e38b2323255d 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -236,7 +236,6 @@ polyvectorization = libsForQt5.callPackage ./misc/polyvectorization {
inherit sources;
};
ptunnel = callPackage ./misc/ptunnel { };
taskcoach = callPackage ./misc/taskcoach { };
xfractint = callPackage ./misc/xfractint { };
diff --git a/pkgs/misc/supload/default.nix b/pkgs/misc/supload/default.nix
deleted file mode 100644
index c57ef8ff52d71a6e1dcbda12c77036c109001c27..0000000000000000000000000000000000000000
--- a/pkgs/misc/supload/default.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{ stdenv, curl, file, coreutils, sources }:
-stdenv.mkDerivation {
--replace '`which curl`' '${curl}/bin/curl' \
--replace '`which file`' '${file}/bin/file' \
--replace '`which md5sum`' '${coreutils}/bin/md5sum'
-}
application/octet-stream
This content has been proxied by September (3851b).