Unverified Commit d37efa2d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #315175 from jopejoe1/fix-links

treewide: fix urls
parents 4d066a9e 80eee151
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3094,7 +3094,7 @@ let
        };
        meta = {
          description = "Open any folder or repository inside a Docker container.";
          downloadPage = "Use a container as your development environment";
          downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers";
          homepage = "https://code.visualstudio.com/docs/devcontainers/containers";
          license = lib.licenses.unfree;
          maintainers = [ lib.maintainers.anthonyroussel ];
+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 ];