Merge pull request #164485 from fleaz/fix_superslicer_url

super-slicer: fix typo in meta.homepage
This commit is contained in:
Bobby Rong 2022-03-17 08:41:26 +08:00 committed by GitHub
commit 0ac537de56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ let
meta = with lib; {
inherit description;
homepage = "https://github.com/supermerili/SuperSlicer";
homepage = "https://github.com/supermerill/SuperSlicer";
license = licenses.agpl3;
maintainers = with maintainers; [ cab404 moredread ];
mainProgram = "superslicer";