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:
+5
-5
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user