diff options
author | lassulus <git@lassul.us> | 2023-05-05 01:32:18 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-05-05 01:32:18 +0200 |
commit | a2b03cb28c97be3e9ccd382f7003f128508f1018 (patch) | |
tree | 4b0b414ce2910a9ceeb8a381f375c43285a811d9 /krebs/5pkgs/simple/kpaste/default.nix | |
parent | 194781fa5eb2fd5e9be3ac4fa57872659fec512b (diff) |
kpaste: fix public url
Diffstat (limited to 'krebs/5pkgs/simple/kpaste/default.nix')
-rw-r--r-- | krebs/5pkgs/simple/kpaste/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/kpaste/default.nix b/krebs/5pkgs/simple/kpaste/default.nix index 1c0225af7..de2de4721 100644 --- a/krebs/5pkgs/simple/kpaste/default.nix +++ b/krebs/5pkgs/simple/kpaste/default.nix @@ -2,6 +2,6 @@ writeDashBin "kpaste" '' ${curl}/bin/curl -sS http://p.r --data-binary @"''${1:--}" \ - -H "Content-Type-Override: ''${KPASTE_CONTENT_TYPE-}" + -H "Content-Type-Override: ''${KPASTE_CONTENT_TYPE-}" | ${gnused}/bin/sed '$ {p;s|http://p.r|https://p.krebsco.de|}' '' |