Skip to content

Commit

Permalink
Changes WRT repository transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
JanOppolzer committed Apr 8, 2024
1 parent 0ce19db commit f73e47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.

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

## Requirements

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

```bash
git clone https://github.com/JanOppolzer/metaman
git clone https://github.com/CESNET/metaman
```

Install PHP dependencies:
Expand Down
2 changes: 1 addition & 1 deletion envoy.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TARGET_SERVER=server.example.org
TARGET_USER=web
TARGET_DIR=metaman

REPOSITORY=https://github.com/JanOppolzer/metaman
REPOSITORY=https://github.com/CESNET/metaman

APP_NAME=MetaMan
APP_ENV=production
Expand Down

0 comments on commit f73e47d

Please sign in to comment.