adminerneo: rename from adminer-pematon

https://github.com/pematon/adminer now redirects to https://github.com/adminerneo/adminerneo
Related upstream commit: https://github.com/adminerneo/adminerneo/commit/5490c1654ceb66f676c3c0be0a5d679ad7b0fc6d

This commit renames the adminer-pematon package to adminerneo.
Additionally it adds an alias for backwards compatibility.
This commit is contained in:
John Titor
2025-02-20 16:25:52 +05:30
committed by Masum Reza
parent e493a167e1
commit e7479fa7e5
3 changed files with 6 additions and 5 deletions
@@ -9,12 +9,12 @@
plugins ? [ ],
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "adminer-pematon";
pname = "adminerneo";
version = "4.13";
src = fetchFromGitHub {
owner = "pematon";
repo = "adminer";
owner = "adminerneo";
repo = "adminerneo";
tag = "v${finalAttrs.version}";
hash = "sha256-7kSQl4Ch9S+680FZBsO6ynsyF1GCkT8BPpBONmeJF9U=";
};
@@ -61,8 +61,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
};
meta = {
description = "Database management in a single PHP file (Pematon fork)";
homepage = "https://github.com/pematon/adminer";
description = "Database management in a single PHP file (fork of Adminer)";
homepage = "https://github.com/adminerneo/adminerneo";
license = with lib.licenses; [
asl20
gpl2Only
+1
View File
@@ -70,6 +70,7 @@ mapAliases {
a4term = a4; # Added 2023-10-06
acorn = throw "acorn has been removed as the upstream project was archived"; # Added 2024-04-27
acousticbrainz-client = throw "acousticbrainz-client has been removed since the AcousticBrainz project has been shut down"; # Added 2024-06-04
adminer-pematon = adminerneo; # Added 2024-02-20
adtool = throw "'adtool' has been removed, as it was broken and unmaintained";
adom = throw "'adom' has been removed, as it was broken and unmaintained"; # added 2024-05-09
adoptopenjdk-bin = throw "adoptopenjdk has been removed as the upstream project is deprecated. Consider using `temurin-bin`"; # Added 2024-05-09