mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
ted: fix homepage
This commit is contained in:
parent
3265b95424
commit
86710a779c
|
|
@ -113,7 +113,7 @@ stdenv.mkDerivation rec {
|
|||
MS-Word. Additionally, Ted also is an RTF to PostScript and an RTF to
|
||||
Acrobat PDF converter.
|
||||
'';
|
||||
homepage = "https://nllgg.nl/Ted/";
|
||||
homepage = "https://ftp.nluug.nl/pub/editors/ted/";
|
||||
license = lib.licenses.gpl2Only;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with lib.maintainers; [ obadz ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue