rxvt_unicode: add downloadPage for easier update checking

This commit is contained in:
Michael Raskin 2016-10-03 17:40:18 +02:00
parent c535924f5f
commit c08ef075a7

View File

@ -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;
};