From c08ef075a7de4532e10fe1ad6bf09c965d79b6dd Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Mon, 3 Oct 2016 17:40:18 +0200 Subject: [PATCH] rxvt_unicode: add downloadPage for easier update checking --- pkgs/applications/misc/rxvt_unicode/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/misc/rxvt_unicode/default.nix b/pkgs/applications/misc/rxvt_unicode/default.nix index 7cd318681e24..69eda23b1433 100644 --- a/pkgs/applications/misc/rxvt_unicode/default.nix +++ b/pkgs/applications/misc/rxvt_unicode/default.nix @@ -52,6 +52,7 @@ stdenv.mkDerivation (rec { meta = { description = "A clone of the well-known terminal emulator rxvt"; homepage = "http://software.schmorp.de/pkg/rxvt-unicode.html"; + downloadPage = "http://dist.schmorp.de/rxvt-unicode/Attic/"; maintainers = [ stdenv.lib.maintainers.mornfall ]; platforms = stdenv.lib.platforms.unix; };