More version attribute tidying where maintainers |= nckx

This commit is contained in:
Tobias Geerinckx-Rice
2016-01-25 20:08:34 +01:00
parent 9fb8020e4e
commit ac33b4724a
23 changed files with 43 additions and 90 deletions

View File

@@ -3,7 +3,6 @@
stdenv.mkDerivation rec {
name = "httping-${version}";
version = "2.4";
src = fetchurl {
@@ -20,7 +19,6 @@ stdenv.mkDerivation rec {
];
meta = with stdenv.lib; {
inherit version;
homepage = http://www.vanheusden.com/httping;
description = "ping with HTTP requests";
longDescription = ''