1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 09:39:51 +02:00

Update project URL and info

This commit is contained in:
Peter Knut
2024-11-01 21:35:29 +01:00
parent 316754af47
commit a0a0d44c7c
2 changed files with 9 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ class Adminer {
* @return string HTML code * @return string HTML code
*/ */
function name() { function name() {
return "<a href='https://www.adminer.org/'" . target_blank() . " id='h1'>Adminer</a>"; return "<a href='https://github.com/pematon/adminer'" . target_blank() . " id='h1'>Adminer</a>";
} }
/** Connection parameters /** Connection parameters

View File

@@ -1,19 +1,22 @@
{ {
"name": "vrana/adminer", "name": "pematon/adminer",
"description": "Database management in a single PHP file.", "description": "Database management in a single PHP file.",
"homepage": "https://www.adminer.org/", "homepage": "https://github.com/pematon/adminer",
"keywords": [ "keywords": [
"database" "database"
], ],
"support": { "support": {
"issues": "https://sourceforge.net/p/adminer/bugs-and-features/", "issues": "https://github.com/pematon/adminer/issues",
"forum": "https://sourceforge.net/p/adminer/discussion/", "forum": "https://github.com/pematon/adminer/discussions",
"source": "https://github.com/vrana/adminer/" "source": "https://github.com/pematon/adminer"
}, },
"authors": [ "authors": [
{ {
"name": "Jakub Vrána", "name": "Jakub Vrána",
"homepage": "https://www.vrana.cz/" "homepage": "https://www.vrana.cz/"
},
{
"name": "Peter Knut"
} }
], ],
"autoload": { "autoload": {