summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2022-02-01 18:14:37 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-02-04 09:08:23 +0000
commit4c964d414c77fab4ba3e1f5a96af40347a0c7be5 (patch)
tree25641543862ed524c93b79c0a353073cdf8bee0b
parentvengi-tools: remove failing roundtrip test (diff)
downloadnixpkgs-origin/backport-156334-to-release-21.11.tar.gz
vengi-tools: update repo and website URLsorigin/backport-156334-to-release-21.11
engine -> vengi (cherry picked from commit 97c0ce62adf48106ce9f5eec5225944068f2988c)
-rw-r--r--pkgs/applications/graphics/vengi-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/vengi-tools/default.nix b/pkgs/applications/graphics/vengi-tools/default.nix
index b2aef5ed650a..70cbabb4e796 100644
--- a/pkgs/applications/graphics/vengi-tools/default.nix
+++ b/pkgs/applications/graphics/vengi-tools/default.nix
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "mgerhardy";
- repo = "engine";
+ repo = "vengi";
rev = "v${version}";
sha256 = "sha256-h+R9L0BBD3NSFWUh43g4V2LBcNyqVInBeJiOLY03nRk=";
};
@@ -121,8 +121,8 @@ stdenv.mkDerivation rec {
filemanager and a command line tool to convert between several voxel
formats.
'';
- homepage = "https://mgerhardy.github.io/engine/";
- downloadPage = "https://github.com/mgerhardy/engine/releases";
+ homepage = "https://mgerhardy.github.io/vengi/";
+ downloadPage = "https://github.com/mgerhardy/vengi/releases";
license = [ licenses.mit licenses.cc-by-sa-30 ];
maintainers = with maintainers; [ fgaz ];
platforms = platforms.all;