Skip to content

Commit

Permalink
Rename org (#4)
Browse files Browse the repository at this point in the history
* Rename org
* Update theme
  • Loading branch information
mrliptontea authored Sep 23, 2024
1 parent 351490e commit f4f007a
Show file tree
Hide file tree
Showing 12 changed files with 134 additions and 134 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Head over to https://composer.talis.io/ to browse available packages.

In case a new version of a package has been tagged, you should update the repository so you can use that new version.

Go to [Actions 🡪 Workflows 🡪 Publish to GitHub pages](https://github.com/talis/composer/actions/workflows/gh-pages.yml) and click on `Run workflow` button to trigger it.
Go to [Actions 🡪 Workflows 🡪 Publish to GitHub pages](https://github.com/techfromsage/composer/actions/workflows/gh-pages.yml) and click on `Run workflow` button to trigger it.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ docker run --rm \
composer/satis:latest \
build --ansi -vv satis.json dist

cp talis-theme/favicon.ico dist/
cp tfs-theme/favicon.ico dist/

echo "Done! Open dist/index.html to see the result"
46 changes: 23 additions & 23 deletions satis.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "talis/composer",
"description": "Talis Composer repository",
"name": "techfromsage/composer",
"description": "TfS Composer repository",
"homepage": "https://composer.talis.io/",
"abandoned": {
"chrisboulton/php-resque": "resque/php-resque",
"talis/php-resque": "resque/php-resque",
"talis/simplesamlphp": "simplesamlphp/simplesamlphp"
"techfromsage/php-resque": "resque/php-resque",
"techfromsage/simplesamlphp": "simplesamlphp/simplesamlphp"
},
"repositories": [
{
Expand Down Expand Up @@ -50,79 +50,79 @@
},
{
"type": "vcs",
"url": "https://github.com/talis/bling"
"url": "https://github.com/techfromsage/bling"
},
{
"type": "vcs",
"url": "https://github.com/talis/bootstrap-sass"
"url": "https://github.com/techfromsage/bootstrap-sass"
},
{
"type": "vcs",
"url": "https://github.com/talis/conneg"
"url": "https://github.com/techfromsage/conneg"
},
{
"type": "vcs",
"url": "https://github.com/talis/f3"
"url": "https://github.com/techfromsage/f3"
},
{
"type": "vcs",
"url": "https://github.com/talis/fatfree"
"url": "https://github.com/techfromsage/fatfree"
},
{
"type": "vcs",
"url": "https://github.com/talis/LTI1x-php"
"url": "https://github.com/techfromsage/LTI1x-php"
},
{
"type": "vcs",
"url": "https://github.com/talis/lti-1-3-php-library"
"url": "https://github.com/techfromsage/lti-1-3-php-library"
},
{
"type": "vcs",
"url": "https://github.com/talis/php-niso-openurl"
"url": "https://github.com/techfromsage/php-niso-openurl"
},
{
"type": "vcs",
"url": "https://github.com/talis/php-resque"
"url": "https://github.com/techfromsage/php-resque"
},
{
"type": "vcs",
"url": "https://github.com/talis/resque-multiple-failure-queues"
"url": "https://github.com/techfromsage/resque-multiple-failure-queues"
},
{
"type": "vcs",
"url": "https://github.com/talis/selenium-server-standalone"
"url": "https://github.com/techfromsage/selenium-server-standalone"
},
{
"type": "vcs",
"url": "https://github.com/talis/sierra-api-php-client"
"url": "https://github.com/techfromsage/sierra-api-php-client"
},
{
"type": "vcs",
"url": "https://github.com/talis/simplesamlphp"
"url": "https://github.com/techfromsage/simplesamlphp"
},
{
"type": "vcs",
"url": "https://github.com/talis/SRUClient-php"
"url": "https://github.com/techfromsage/SRUClient-php"
},
{
"type": "vcs",
"url": "https://github.com/talis/talis-php"
"url": "https://github.com/techfromsage/talis-php"
},
{
"type": "vcs",
"url": "https://github.com/talis/tripod-php"
"url": "https://github.com/techfromsage/tripod-php"
},
{
"type": "vcs",
"url": "https://github.com/talis/php-cloud-files"
"url": "https://github.com/techfromsage/php-cloud-files"
},
{
"type": "vcs",
"url": "https://github.com/talis/aws-sdk-php"
"url": "https://github.com/techfromsage/aws-sdk-php"
}
],
"require-all": true,
"require-dependencies": true,
"require-dev-dependencies": false,
"twig-template": "talis-theme/index.html.twig"
"twig-template": "tfs-theme/index.html.twig"
}
Binary file removed talis-theme/favicon.ico
Binary file not shown.
108 changes: 0 additions & 108 deletions talis-theme/index.html.twig

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added tfs-theme/favicon.ico
Binary file not shown.
Loading

0 comments on commit f4f007a

Please sign in to comment.