Skip to content

Commit f73e47d

Browse files
committed
Changes WRT repository transfer
1 parent 0ce19db commit f73e47d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
MetaMan (short for Metadata Manager) is [Laravel](https://laravel.com)-based web application intended for managing and storing SAML metadata for identity federations within [Git](https://git-scm.com) version control system.
44

5-
[![Actions Status](https://github.com/JanOppolzer/metaman-laravel/workflows/Laravel/badge.svg)](https://github.com/JanOppolzer/metaman-laravel/actions)
5+
[![Actions Status](https://github.com/CESNET/metaman-laravel/workflows/Laravel/badge.svg)](https://github.com/CESNET/metaman-laravel/actions)
66

77
## Requirements
88

@@ -171,7 +171,7 @@ The destination host should be running Ubuntu 22.04 LTS (Jammy Jellyfish) with P
171171
Clone this repository:
172172

173173
```bash
174-
git clone https://github.com/JanOppolzer/metaman
174+
git clone https://github.com/CESNET/metaman
175175
```
176176

177177
Install PHP dependencies:

envoy.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ TARGET_SERVER=server.example.org
22
TARGET_USER=web
33
TARGET_DIR=metaman
44

5-
REPOSITORY=https://github.com/JanOppolzer/metaman
5+
REPOSITORY=https://github.com/CESNET/metaman
66

77
APP_NAME=MetaMan
88
APP_ENV=production

0 commit comments

Comments
 (0)