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:
parent
968a9366de
commit
3f8f80375b
@ -39,8 +39,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://saltstack.com/";
|
homepage = "https://saltproject.io/";
|
||||||
changelog = "https://docs.saltstack.com/en/latest/topics/releases/${version}.html";
|
changelog = "https://docs.saltproject.io/en/latest/topics/releases/${version}.html";
|
||||||
description = "Portable, distributed, remote execution and configuration management system";
|
description = "Portable, distributed, remote execution and configuration management system";
|
||||||
maintainers = with maintainers; [ Flakebi ];
|
maintainers = with maintainers; [ Flakebi ];
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
Loading…
Reference in New Issue
Block a user