mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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;
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user