Selaa lähdekoodia

making it public and make some sense

sirjeff 2 kuukautta sitten
vanhempi
commit
09dedba2bc
4 muutettua tiedostoa jossa 8 lisäystä ja 8 poistoa
  1. 3 3
      composer.json
  2. 2 2
      contributing.md
  3. 1 1
      license.md
  4. 2 2
      readme.md

+ 3 - 3
composer.json

@@ -1,8 +1,8 @@
 {
-  "name": "sirjeff/linkage",
+  "name": "dwayne/linkage",
   "description": "Linkage add-on for SilverStripe",
   "type": "silverstripe-module",
-  "homepage": "https://github.com/sirjeff/linkage",
+  "homepage": "https://vcs.nz/dwayne/linkage",
   "keywords": ["silverstripe","url","links","speed dial","bookmarks","landing page"],
   "license": "BSD-3-Clause",
   "authors": [{
@@ -10,7 +10,7 @@
     "email": "dwayne@omi.nz",
     "role": "Developer"
   }],
-  "support": {"issues": "https://github.com/sirjeff/linkage/issues"},
+  "support": {"issues": "https://vcs.nz/dwayne/linkage/issues"},
   "require": {
     "silverstripe/cms": ">=3.0 <4.0",
     "silverstripe/framework": ">=3.0 <4.0"

+ 2 - 2
contributing.md

@@ -1,10 +1,10 @@
 # Contributing
 
 Please feel free to contribute to this project.
-You can start by following it on GitHub : https://github.com/sirjeff/linkage (use the follow button)
+You can start by following it on OMI-VSC : https://vcs.nz/dwayne/linkage (use the follow button)
 and we'll take it from there.
 
-If you don't use GitHub that's cool, please send me your code, code ideas, ideas or any goodies via email : sirjeff at omi dot nz
+If you don't use OMI-VSC or Git or Gogs or BitBucket or Whatever&trade;  that's cool, please send me your code, code ideas, ideas or any goodies via email : sirjeff at omi dot nz
 
 - cheers
  Dwayne

+ 1 - 1
license.md

@@ -1,4 +1,4 @@
-Copyright (c) 2019 Dwayne Pivac and OMI Ltd.
+Copyright (c) 2025 Dwayne Pivac and OMI Ltd.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without

+ 2 - 2
readme.md

@@ -39,11 +39,11 @@ Don't forget, no matter how you choose to install, once done you must build and
 - perform a little dance
 
 ### Composer
-`composer require sirjeff/linkage 1.0.0`
+`composer require dwayne/linkage 1.0.0`
 
 or if you don't have Composer you can download composer.phar and then run:
 
-`php composer.phar require sirjeff/linkage 1.1.0`
+`php composer.phar require dwayne/linkage 1.1.0`
 
 Note: don't forget to change the version to the one which you're after,
 - dev-master Always the latest code ... can be risky but!