diff --git a/git-describe.inc b/git-describe.inc
index a3f623ff264d3bef9eb654b198fda0ed5ec9bcd2..b0a628cc4879ff213554e0b332c3d98131b04ba7 100644
--- a/git-describe.inc
+++ b/git-describe.inc
@@ -2,7 +2,7 @@ def git_describe(dir, distro="guf-wayland"):
     if 'fngsystem' in distro:
         tagmatch="fngsystem[-/]*"
     else:
-        tagmatch="dunfell[-/]*"
+        tagmatch="kirkstone[-/]*"
 
     cmd="cd {} && git describe --tags --match '{}'".format( dir, tagmatch)
     process = os.popen(cmd)