mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
[Backport release-24.11] enchant: fix broken release URL (#360285)
This commit is contained in:
commit
58bcb00694
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/AbiWord/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
|
url = "https://github.com/rrthomas/${pname}/releases/download/v${version}/${pname}-${version}.tar.gz";
|
||||||
hash = "sha256-2aWhDcmzikOzoPoix27W67fgnrU1r/YpVK/NvUDv/2s=";
|
hash = "sha256-2aWhDcmzikOzoPoix27W67fgnrU1r/YpVK/NvUDv/2s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Generic spell checking library";
|
description = "Generic spell checking library";
|
||||||
homepage = "https://abiword.github.io/enchant/";
|
homepage = "https://rrthomas.github.io/enchant/";
|
||||||
license = licenses.lgpl21Plus; # with extra provision for non-free checkers
|
license = licenses.lgpl21Plus; # with extra provision for non-free checkers
|
||||||
maintainers = with maintainers; [ jtojnar ];
|
maintainers = with maintainers; [ jtojnar ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue