eterm: update homepage

This commit is contained in:
Renaud 2022-02-06 10:50:43 +01:00 committed by c0bw3b
parent 3bc8ac631c
commit b1799448aa

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
];
meta = with lib; {
homepage = "http://www.eterm.org";
homepage = "https://github.com/mej/Eterm"; # http://www.eterm.org is gone
description = "Terminal emulator";
license = licenses.bsd2;
maintainers = [ maintainers.AndersonTorres ];