diff options
| -rw-r--r-- | basics/default.nix | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/basics/default.nix b/basics/default.nix index 3305511..b976772 100644 --- a/basics/default.nix +++ b/basics/default.nix @@ -28,21 +28,7 @@ in profiles = { Git = { icon = "git"; - profiles = { - personal = { - icon = "github"; - url = "https://github.com/qaristote"; - }; - IRIF = { - icon = "gitlab"; - url = "https://gitlab.math.univ-paris-diderot.fr/aristote"; - }; - - ENS = { - icon = "gitlab"; - url = "https://git.eleves.ens.fr/qaristote"; - }; - }; + url = "https://git.aristote.fr/"; }; LinkedIn = { icon = "linkedin"; |
