mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
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; {
|
||||
description = "Remote shell that automatically reconnects without interrupting the session";
|
||||
license = licenses.asl20;
|
||||
homepage = https://mistertea.github.io/EternalTCP/;
|
||||
homepage = https://mistertea.github.io/EternalTerminal/;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = [ maintainers.dezgeg ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user