expect: cleanup, update license, add SuperSandro2000 as maintainer
This commit is contained in:
parent
cd6ce0c534
commit
b36b97dce6
@ -1,8 +1,8 @@
|
|||||||
{ lib, stdenv, fetchurl, tcl, makeWrapper, autoreconfHook }:
|
{ lib, stdenv, fetchurl, tcl, makeWrapper, autoreconfHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "5.45.4";
|
|
||||||
pname = "expect";
|
pname = "expect";
|
||||||
|
version = "5.45.4";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/expect/Expect/${version}/expect${version}.tar.gz";
|
url = "mirror://sourceforge/expect/Expect/${version}/expect${version}.tar.gz";
|
||||||
@ -36,7 +36,8 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool for automating interactive applications";
|
description = "A tool for automating interactive applications";
|
||||||
homepage = "http://expect.sourceforge.net/";
|
homepage = "http://expect.sourceforge.net/";
|
||||||
license = "Expect";
|
license = licenses.publicDomain;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user