1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 01:30:12 +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
*/
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

View File

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