From 6976e91cf41999848f3892a253cce4a69f2e0d36 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 20 Feb 2025 15:19:50 +0100 Subject: [PATCH 1/2] Remove deprecation notice --- adminer/README-short.txt | 2 +- adminer/deprecated.md | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 adminer/deprecated.md diff --git a/adminer/README-short.txt b/adminer/README-short.txt index 0a69ca822..b908ecebb 100644 --- a/adminer/README-short.txt +++ b/adminer/README-short.txt @@ -1 +1 @@ -DEPRECATED; Database management in a single PHP file. +Database management in a single PHP file. diff --git a/adminer/deprecated.md b/adminer/deprecated.md deleted file mode 100644 index 9633e92f8..000000000 --- a/adminer/deprecated.md +++ /dev/null @@ -1,5 +0,0 @@ -Adminer is [no longer maintained (upstream)](https://www.youtube.com/watch?v=OrOtiu_nfHE&lc=Ugy8pAL8wgAL3_iKkzZ4AaABAg.9pj_kQ2rkuw9pp813OyHha): - -> I've stopped working on it but maybe I'll return to it some day. - -See also [TimWolla/docker-adminer#147](https://github.com/TimWolla/docker-adminer/issues/147). Users are strongly encouraged to seek alternatives. From 6d1e16b66b078131df8fb25411566ee55c046fd2 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 20 Feb 2025 15:20:24 +0100 Subject: [PATCH 2/2] Update license link --- adminer/license.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/license.md b/adminer/license.md index 120e86ad3..010ac01fa 100644 --- a/adminer/license.md +++ b/adminer/license.md @@ -1 +1 @@ -View [license information](https://github.com/vrana/adminer/blob/master/readme.txt) for the software contained in this image. +View [license information](https://github.com/vrana/adminer/blob/master/LICENSE) for the software contained in this image.