Skip to content

Commit

Permalink
Remove outdated references
Browse files Browse the repository at this point in the history
  • Loading branch information
outzhu authored and oxr463 committed Oct 6, 2021
1 parent 79d301d commit 7d1bd39
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -284,4 +284,3 @@ debian/.*
debian/files
debian/libpam-aad*
*.deb
bintray.json
6 changes: 2 additions & 4 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pam_aad
Upstream-Contact: Lucas Ramage <ramage.lucas@protonmail.com>
Upstream-Contact: Infinite Omicron, LLC. <open.source@infinite-omicron.com>
Source: https://github.com/aad-for-linux/pam_aad

Files: *
Copyright: 2016-2019 CyberNinjas <info@cyberninjas.com>
2019-2020 Lucas Ramage <ramage.lucas@protonmail.com>
2021 Azure Active Directory for Linux <ramage.lucas@protonmail.com>
Copyright: 2021 Infinite Omicron, LLC. <open.source@infinite-omicron.com>
License: GPL-3+
[LICENSE TEXT]

6 changes: 0 additions & 6 deletions doc/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
To install on Debian, the following package repositories,
must be installed:

- [Azure Active Directory for Debian][bintray]
- [Debian Sid][sid]

These can be installed via the following commands:
Expand All @@ -14,10 +13,6 @@ These can be installed via the following commands:
# Debian Sid
echo "deb http://http.us.debian.org/debian sid main" >> /etc/apt/sources.list
# Azure Active Directory for Debian
echo "deb https://dl.bintray.com/jnchi/aad unstable main" | tee -a /etc/apt/sources.list.d/aad.list
```

## Installation
```terminal
Expand Down Expand Up @@ -51,5 +46,4 @@ apt install -y gnupg2
apt-key adv --keyserver pgp.mit.edu --recv 67FF8700EB10F0B9
```

[bintray]: https://bintray.com/jnchi/aad
[sid]: https://www.debian.org/releases/sid
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1) Fetch source code:

```terminal
git clone https://github.com/CyberNinjas/pam_aad
git clone https://github.com/CyberNinjas/pam_aad.git
cd pam_aad
```
Expand Down

0 comments on commit 7d1bd39

Please sign in to comment.