Commit ff7d7254 authored by jopejoe1's avatar jopejoe1
Browse files

matugen: fix homepage

parent 1febaefa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {

  meta = with lib; {
    description = "A material you color generation tool";
    homepage = "git@github.com:InioX/matugen.git";
    homepage = "https://github.com/InioX/matugen";
    changelog = "https://github.com/InioX/matugen/blob/${src.rev}/CHANGELOG.md";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ lampros ];