summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-06-12 13:47:46 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-06-12 13:47:46 -0700
commit954801a9a8251580ed9e867cae83e5b573784e40 (patch)
tree7b815bd194d369a90c672f5145ad79b54481f3e2 /pkgs/tools/text
parent85ae0cb070628bcb98e63e6166fd6f52045f385a (diff)
parent5ee75e236c0cf758ed6b1188e10448acfcbc93b4 (diff)
downloadnixpkgs-954801a9a8251580ed9e867cae83e5b573784e40.tar
nixpkgs-954801a9a8251580ed9e867cae83e5b573784e40.tar.gz
nixpkgs-954801a9a8251580ed9e867cae83e5b573784e40.tar.bz2
nixpkgs-954801a9a8251580ed9e867cae83e5b573784e40.tar.lz
nixpkgs-954801a9a8251580ed9e867cae83e5b573784e40.tar.xz
nixpkgs-954801a9a8251580ed9e867cae83e5b573784e40.tar.zst
nixpkgs-954801a9a8251580ed9e867cae83e5b573784e40.zip
Merge branch 'master.upstream' into staging.upstream
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/aha/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/tools/text/aha/default.nix b/pkgs/tools/text/aha/default.nix
index a0be19607ea..4ae8048623c 100644
--- a/pkgs/tools/text/aha/default.nix
+++ b/pkgs/tools/text/aha/default.nix
@@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
       aha takes ANSI SGR-coloured input and produces W3C-conformant HTML code.
     '';
     homepage = https://github.com/theZiz/aha;
-    downloadPage = https://github.com/theZiz/aha/releases;
     license = with licenses; [ lgpl2Plus mpl11 ];
     platforms = with platforms; linux;
     maintainers = with maintainers; [ nckx ];