diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                lentil
-version:             1.5.4.1
+version:             1.5.4.2
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -134,5 +134,5 @@
   type:                exitcode-stdio-1.0
 
 source-repository head
-    type:     darcs
-    location: http://www.ariis.it/link/repos/lentil/
+    type:     git
+    location: https://gitlab.com/fffaaa/lentil
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -37,7 +37,7 @@
                                    short 'v'      S.<>
                                    help "show version and copyright info" )
     where
-          versionCopy = "\nlentil - frugal issue tracker, version 1.5.4.1\n\
+          versionCopy = "\nlentil - frugal issue tracker, version 1.5.4.2\n\
                         \(C) 2015-2021 Francesco Ariis - http://www.ariis.it\n\
                         \released under the GNU General Public License v3\n"
 
