Merge pull request #315175 from jopejoe1/fix-links

treewide: fix urls
This commit is contained in:
Nick Cao 2024-05-28 15:12:17 -04:00 committed by GitHub
commit d37efa2d74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

@ -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 ];

@ -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 ];