Merge pull request #164485 from fleaz/fix_superslicer_url
super-slicer: fix typo in meta.homepage
This commit is contained in:
commit
0ac537de56
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ let
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
inherit description;
|
inherit description;
|
||||||
homepage = "https://github.com/supermerili/SuperSlicer";
|
homepage = "https://github.com/supermerill/SuperSlicer";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ cab404 moredread ];
|
maintainers = with maintainers; [ cab404 moredread ];
|
||||||
mainProgram = "superslicer";
|
mainProgram = "superslicer";
|
||||||
|
|
Loading…
Reference in a new issue