change name to earl

Amolith created

Change summary

.gitignore                          | 2 +-
README.md                           | 8 ++++----
go.mod                              | 2 +-
templates/edit.html                 | 6 +++---
templates/home_authenticated.html   | 8 ++++----
templates/home_unauthenticated.html | 8 ++++----
templates/login.html                | 8 ++++----
7 files changed, 21 insertions(+), 21 deletions(-)

Detailed changes

.gitignore 🔗

@@ -5,4 +5,4 @@
 badger_db/
 config.yaml
 out/
-umu
+earl

README.md 🔗

@@ -4,7 +4,7 @@ SPDX-FileCopyrightText: 2022 Amolith <amolith@secluded.site>
 SPDX-License-Identifier: CC0-1.0
 -->
 
-# umu
+# earl
 [![REUSE status][reuse-shield]][reuse]
 [![Donate with fosspay][fosspay-shield]][fosspay]
 ![Time spent on project][wakapi-shield]
@@ -59,7 +59,7 @@ Service has …
 - JSON representation of the key/value database (200 OK)  
   ``` json
   {
-    "6H1g": "https://git.sr.ht/~amolith/umu/tree/dev",
+    "6H1g": "https://git.sr.ht/~amolith/earl/tree/dev",
     "N3yg": "https://secluded.site/"
   }
   ```
@@ -151,8 +151,8 @@ you like!
 documentation](https://man.sr.ht/lists.sr.ht/), especially the etiquette
 section.*
 
-[reuse]: https://api.reuse.software/info/git.sr.ht/~amolith/umu
-[reuse-shield]: https://shields.io/reuse/compliance/git.sr.ht/~amolith/umu
+[reuse]: https://api.reuse.software/info/git.sr.ht/~amolith/earl
+[reuse-shield]: https://shields.io/reuse/compliance/git.sr.ht/~amolith/earl
 
 [fosspay]: https://secluded.site/donate/
 [fosspay-shield]: https://shields.io/badge/donate-fosspay-yellow

go.mod 🔗

@@ -2,7 +2,7 @@
 //
 // SPDX-License-Identifier: CC0-1.0
 
-module git.sr.ht/~amolith/umu
+module git.sr.ht/~amolith/earl
 
 go 1.17
 

templates/edit.html 🔗

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
 <html lang="en-GB">
     <head>
-        <title>umu</title>
+        <title>earl</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="title" content="umu">
-        <meta name="description" content="umu">
+        <meta name="title" content="earl">
+        <meta name="description" content="earl">
         <style>
          html {
              background: #1C1C1C;

templates/home_authenticated.html 🔗

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
 <html lang="en-GB">
     <head>
-        <title>umu</title>
+        <title>earl</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="title" content="umu">
-        <meta name="description" content="umu">
+        <meta name="title" content="earl">
+        <meta name="description" content="earl">
         <style>
          html {
              background: #1C1C1C;
@@ -86,7 +86,7 @@
         </style>
     </head>
     <body>
-        <p class="title">umu</p>
+        <p class="title">earl</p>
         <form>
             <div class="input">
                 <label for="url">URL:</label>

templates/home_unauthenticated.html 🔗

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
 <html lang="en-GB">
 	<head>
-		<title>umu</title>
+		<title>earl</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1.0">
-		<meta name="title" content="umu">
-		<meta name="description" content="umu">
+		<meta name="title" content="earl">
+		<meta name="description" content="earl">
 		<style>
          html {
              background: #1C1C1C;
@@ -32,6 +32,6 @@
 		</style>
 	</head>
 	<body>
-        <p class="title">umu</p>
+        <p class="title">earl</p>
 	</body>
 </html> 

templates/login.html 🔗

@@ -1,10 +1,10 @@
 <!DOCTYPE html>
 <html lang="en-GB">
     <head>
-        <title>Log in | umu</title>
+        <title>Log in | earl</title>
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
-        <meta name="title" content="Log in | umu">
-        <meta name="description" content="Log in | umu">
+        <meta name="title" content="Log in | earl">
+        <meta name="description" content="Log in | earl">
         <style>
          html {
              background: #1C1C1C;
@@ -69,7 +69,7 @@
         </style>
     </head>
     <body>
-		<p class="title">umu</p>
+		<p class="title">earl</p>
         <form>
             <div class="input"
                 <label for="access_token">Access token:</label>