salt: update meta (#116557)

Salt rebranded itself from https://saltstack.com to https://saltproject.io - reflect the changes in the URLs
This commit is contained in:
viq 2021-03-17 20:38:16 +01:00 committed by GitHub
parent 968a9366de
commit 3f8f80375b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,8 @@ python3.pkgs.buildPythonApplication rec {
doCheck = false;
meta = with lib; {
homepage = "https://saltstack.com/";
changelog = "https://docs.saltstack.com/en/latest/topics/releases/${version}.html";
homepage = "https://saltproject.io/";
changelog = "https://docs.saltproject.io/en/latest/topics/releases/${version}.html";
description = "Portable, distributed, remote execution and configuration management system";
maintainers = with maintainers; [ Flakebi ];
license = licenses.asl20;