diff --git a/package.json b/package.json index 97671a7..b56449e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lemoncurry", - "version": "1.12.2", + "version": "1.12.1", "repository": "https://git.00dani.me/00dani/lemoncurry", "license": "MIT", "devDependencies": { diff --git a/pyproject.toml b/pyproject.toml index ecfd63c..1827203 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lemoncurry" -version = "1.12.2" +version = "1.12.1" description = "Indieweb-compatible personal website" authors = ["Danielle McLean "] license = "MIT" diff --git a/wellknowns/views/nostr.py b/wellknowns/views/nostr.py index 0765d1f..bf21a3e 100644 --- a/wellknowns/views/nostr.py +++ b/wellknowns/views/nostr.py @@ -1,7 +1,7 @@ from django.http import JsonResponse from users.models import User -aliases = {"dani": ("_", "00dani")} +aliases = {"00dani": ("_", "dani")} unaliases = {alias: name for (name, aliases) in aliases.items() for alias in aliases}