diff --git a/default.nix b/default.nix
index 4032c06b9d096e7f9f3e7920e8dcfea299c6ef17..bb2ba697d5f714dfc72b7e1ea519193a815e097b 100644
--- a/default.nix
+++ b/default.nix
@@ -69,9 +69,6 @@ };
gt4gd = python3Packages.callPackage ./pkgs/gt4gd {
inherit (sources) google-translate-for-goldendict;
};
ish = callPackage ./pkgs/ish { };
libshell = callPackage ./pkgs/libshell {
inherit (sources) libshell;
diff --git a/nix/sources.json b/nix/sources.json
index 6d36c9b99896a29ac0f2b71b798c20a96d64c28b..62fff0971e11877a215e40ef7d6deea39a2c2459 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -167,18 +167,6 @@ "type": "tarball",
"url": "https://github.com/OPHoperHPO/GT-bash-client/archive/f8959489d93de963721985b2b9501ed0bc8ce3e8.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"description": ":camera_flash: High-performance CLI batch image resizer & rotator",
"homepage": "https://github.com/jarun/imgp",
"owner": "jarun",
"repo": "imgp",
"rev": "9a50724cbc97a282ed79476398ab6ff3f6f7339e",
"sha256": "13r4fn3dd0nyidfhrr7zzpls5ifbyqdwxhyvpkqr8ahchws7wfc6",
"type": "tarball",
"url": "https://github.com/jarun/imgp/archive/9a50724cbc97a282ed79476398ab6ff3f6f7339e.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"libshell": {
"branch": "master",
"description": "A library of shell functions",
diff --git a/pkgs/imgp/default.nix b/pkgs/imgp/default.nix
deleted file mode 100644
index 0529a83fdc267c9f5e5d7b11636312c310c754da..0000000000000000000000000000000000000000
--- a/pkgs/imgp/default.nix
+++ /dev/null
@@ -1,22 +0,0 @@
-{ lib, buildPythonApplication, pillow, imgp }:
-buildPythonApplication rec {
-}
application/octet-stream
This content has been proxied by September (3851b).