scitoken-cpp -> scitokens-cpp (#288390)

This commit is contained in:
Dmitry Kalinkin 2024-02-13 16:12:20 -05:00 committed by GitHub
parent 3455ba44db
commit c5b5449229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@
, munge
, voms
, perl
, scitoken-cpp
, scitokens-cpp
, openssl
}:
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
munge
voms
perl
scitoken-cpp
scitokens-cpp
];

View File

@ -1,7 +1,7 @@
{ lib, stdenv, fetchFromGitHub, cmake, pkg-config, libuuid, curl, sqlite, openssl }:
stdenv.mkDerivation rec {
pname = "scitoken-cpp";
pname = "scitokens-cpp";
version = "1.1.0";
src = fetchFromGitHub {

View File

@ -978,6 +978,7 @@ mapAliases ({
https://github.com/SchildiChat/schildichat-desktop/issues/215''; # Added 2023-12-05
schildichat-desktop = schildichat-web;
schildichat-desktop-wayland = schildichat-web;
scitoken-cpp = scitokens-cpp; # Added 2024-02-12
sdlmame = throw "'sdlmame' has been renamed to/replaced by 'mame'"; # Converted to throw 2023-09-10
searx = throw "'searx' has been removed as it is unmaintained. Please switch to searxng"; # Added 2023-10-03
session-desktop-appimage = session-desktop;