eternal-terminal: fix homepage url
This commit is contained in:
parent
30c92945a4
commit
c970b4ef12
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Remote shell that automatically reconnects without interrupting the session";
|
description = "Remote shell that automatically reconnects without interrupting the session";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
homepage = https://mistertea.github.io/EternalTCP/;
|
homepage = https://mistertea.github.io/EternalTerminal/;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ maintainers.dezgeg ];
|
maintainers = [ maintainers.dezgeg ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user