diff options
| author | Stefan Kreutz <mail@skreutz.com> | 2022-06-01 21:50:03 +0200 |
|---|---|---|
| committer | Stefan Kreutz <mail@skreutz.com> | 2022-06-01 21:50:03 +0200 |
| commit | 4781e6dc307ab7dd2143f4eeff3615bf1786c9f1 (patch) | |
| tree | 8ac281fb817d16ded0bc85b90b1a1c5eafa1daaa | |
| parent | 456ff8f4fd45c56299f775c17cd8c8e22f7ae4a0 (diff) | |
| download | blog-4781e6dc307ab7dd2143f4eeff3615bf1786c9f1.tar | |
Rename project to www
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | www.cabal (renamed from skreutz-dot-com.cabal) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# skreutz-dot-com +# www.skreutz.com This is the source code of my personal website: https://www.skreutz.com/. diff --git a/skreutz-dot-com.cabal b/www.cabal index 880e43b..491ccb4 100644 --- a/skreutz-dot-com.cabal +++ b/www.cabal @@ -1,4 +1,4 @@ -name: skreutz-dot-com +name: www version: 0.1.0.0 synopsis: Stefan Kreutz' personal website author: Stefan Kreutz |