summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;