From 2fa12434822391d499a0f4f45f57d20f355ef69c Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 19 Dec 2022 21:07:48 +0000 Subject: [PATCH] Fix the broken link in the license header --- build.el | 2 +- core/cubes/all.el | 2 +- core/cubes/autocompletion.el | 2 +- core/cubes/bookmark.el | 2 +- core/cubes/clojure.el | 2 +- core/cubes/clojure/core.el | 2 +- core/cubes/cpp.el | 2 +- core/cubes/editor.el | 2 +- core/cubes/eldoc.el | 2 +- core/cubes/elisp.el | 2 +- core/cubes/elisp/core.el | 2 +- core/cubes/fm.el | 2 +- core/cubes/git.el | 2 +- core/cubes/golang.el | 2 +- core/cubes/golang/core.el | 2 +- core/cubes/graph.el | 2 +- core/cubes/groovy.el | 2 +- core/cubes/haml.el | 2 +- core/cubes/icons.el | 2 +- core/cubes/irc.el | 2 +- core/cubes/irc/core.el | 2 +- core/cubes/java.el | 2 +- core/cubes/keyboard.el | 2 +- core/cubes/langtool.el | 2 +- core/cubes/mastodon.el | 2 +- core/cubes/modeline.el | 2 +- core/cubes/modeline/statusbar-default.el | 2 +- core/cubes/org.el | 2 +- core/cubes/project.el | 2 +- core/cubes/python.el | 2 +- core/cubes/region-expansion.el | 2 +- core/cubes/rust.el | 2 +- core/cubes/scheme.el | 2 +- core/cubes/snippets.el | 2 +- core/cubes/terminal.el | 2 +- core/cubes/terraform.el | 2 +- core/cubes/wm.el | 2 +- core/cubes/wm/core.el | 2 +- core/fg42.el | 2 +- core/fg42/build/core.el | 2 +- core/fg42/build/docs.el | 2 +- core/fg42/build/rss.el | 2 +- core/fg42/build/utils.el | 2 +- core/fg42/core.el | 2 +- core/fg42/cube.el | 2 +- core/fg42/flags.el | 2 +- core/fg42/lang-servers.el | 2 +- core/fg42/modeline.el | 2 +- core/fg42/statusbar.el | 2 +- core/fg42/themes.el | 2 +- core/fg42/utils.el | 2 +- core/ob-graphviz-dot.el | 2 +- fg42-config.el | 2 +- 53 files changed, 53 insertions(+), 53 deletions(-) diff --git a/build.el b/build.el index f2f1dc7..c246e93 100755 --- a/build.el +++ b/build.el @@ -4,7 +4,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/all.el b/core/cubes/all.el index be9e325..97d7aca 100644 --- a/core/cubes/all.el +++ b/core/cubes/all.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/autocompletion.el b/core/cubes/autocompletion.el index 293a09c..a98b535 100644 --- a/core/cubes/autocompletion.el +++ b/core/cubes/autocompletion.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/bookmark.el b/core/cubes/bookmark.el index 56be2e2..d95191f 100644 --- a/core/cubes/bookmark.el +++ b/core/cubes/bookmark.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/clojure.el b/core/cubes/clojure.el index 6a68f51..b73d6ca 100644 --- a/core/cubes/clojure.el +++ b/core/cubes/clojure.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2021 Sameer Rahmani & Contributors ;; ;; Author: Pouya Abbassi -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/clojure/core.el b/core/cubes/clojure/core.el index 46fd8df..22153a8 100644 --- a/core/cubes/clojure/core.el +++ b/core/cubes/clojure/core.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2021 Sameer Rahmani & Contributors ;; ;; Author: Pouya Abbassi -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/cpp.el b/core/cubes/cpp.el index 9fb8d6f..3890a44 100644 --- a/core/cubes/cpp.el +++ b/core/cubes/cpp.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/editor.el b/core/cubes/editor.el index 0bb9ca1..e6a37ca 100644 --- a/core/cubes/editor.el +++ b/core/cubes/editor.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/eldoc.el b/core/cubes/eldoc.el index 9c74a4f..2d54b5c 100644 --- a/core/cubes/eldoc.el +++ b/core/cubes/eldoc.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/elisp.el b/core/cubes/elisp.el index abd4384..ea0a0e7 100644 --- a/core/cubes/elisp.el +++ b/core/cubes/elisp.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/elisp/core.el b/core/cubes/elisp/core.el index 2fccdd3..1bd7e77 100644 --- a/core/cubes/elisp/core.el +++ b/core/cubes/elisp/core.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/fm.el b/core/cubes/fm.el index 09bfd7f..6505866 100644 --- a/core/cubes/fm.el +++ b/core/cubes/fm.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/git.el b/core/cubes/git.el index a4a1c89..0367e48 100644 --- a/core/cubes/git.el +++ b/core/cubes/git.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/golang.el b/core/cubes/golang.el index fd2d833..16fed57 100644 --- a/core/cubes/golang.el +++ b/core/cubes/golang.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/golang/core.el b/core/cubes/golang/core.el index da7f352..469a714 100644 --- a/core/cubes/golang/core.el +++ b/core/cubes/golang/core.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/graph.el b/core/cubes/graph.el index fc92f6a..3bad0c9 100644 --- a/core/cubes/graph.el +++ b/core/cubes/graph.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/groovy.el b/core/cubes/groovy.el index 935fa88..c4ce1a3 100644 --- a/core/cubes/groovy.el +++ b/core/cubes/groovy.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/haml.el b/core/cubes/haml.el index 1a1663d..6fb30e3 100644 --- a/core/cubes/haml.el +++ b/core/cubes/haml.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Behnam Khan Beigi -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/icons.el b/core/cubes/icons.el index a5e604b..6c9c30e 100644 --- a/core/cubes/icons.el +++ b/core/cubes/icons.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/irc.el b/core/cubes/irc.el index c4752da..7be3834 100644 --- a/core/cubes/irc.el +++ b/core/cubes/irc.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/irc/core.el b/core/cubes/irc/core.el index 7ae5b17..151604b 100644 --- a/core/cubes/irc/core.el +++ b/core/cubes/irc/core.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/java.el b/core/cubes/java.el index 394d66f..3135e23 100644 --- a/core/cubes/java.el +++ b/core/cubes/java.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/keyboard.el b/core/cubes/keyboard.el index b46c28f..e355564 100644 --- a/core/cubes/keyboard.el +++ b/core/cubes/keyboard.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/langtool.el b/core/cubes/langtool.el index 6af0cb7..4f06e40 100644 --- a/core/cubes/langtool.el +++ b/core/cubes/langtool.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/mastodon.el b/core/cubes/mastodon.el index 27e6208..d4580dc 100644 --- a/core/cubes/mastodon.el +++ b/core/cubes/mastodon.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/modeline.el b/core/cubes/modeline.el index c1b4a28..ff36299 100644 --- a/core/cubes/modeline.el +++ b/core/cubes/modeline.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/modeline/statusbar-default.el b/core/cubes/modeline/statusbar-default.el index 4e08ae8..73c73fd 100644 --- a/core/cubes/modeline/statusbar-default.el +++ b/core/cubes/modeline/statusbar-default.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/org.el b/core/cubes/org.el index e77b7c3..0e81c41 100644 --- a/core/cubes/org.el +++ b/core/cubes/org.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/project.el b/core/cubes/project.el index ddde965..08b6966 100644 --- a/core/cubes/project.el +++ b/core/cubes/project.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/python.el b/core/cubes/python.el index 1c93155..9d3a860 100644 --- a/core/cubes/python.el +++ b/core/cubes/python.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/region-expansion.el b/core/cubes/region-expansion.el index b0a3659..adbefd3 100644 --- a/core/cubes/region-expansion.el +++ b/core/cubes/region-expansion.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/rust.el b/core/cubes/rust.el index 5e0c696..34db6f7 100644 --- a/core/cubes/rust.el +++ b/core/cubes/rust.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/scheme.el b/core/cubes/scheme.el index e3f9fd1..03f3958 100644 --- a/core/cubes/scheme.el +++ b/core/cubes/scheme.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/snippets.el b/core/cubes/snippets.el index 7e96e5d..c0e8241 100644 --- a/core/cubes/snippets.el +++ b/core/cubes/snippets.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/terminal.el b/core/cubes/terminal.el index 5bee329..872218a 100644 --- a/core/cubes/terminal.el +++ b/core/cubes/terminal.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/terraform.el b/core/cubes/terraform.el index 977bc8f..86b96f3 100644 --- a/core/cubes/terraform.el +++ b/core/cubes/terraform.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/wm.el b/core/cubes/wm.el index 537216e..4e755ab 100644 --- a/core/cubes/wm.el +++ b/core/cubes/wm.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/cubes/wm/core.el b/core/cubes/wm/core.el index 74fae7e..6f49086 100644 --- a/core/cubes/wm/core.el +++ b/core/cubes/wm/core.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42.el b/core/fg42.el index ecb81e9..67d1945 100644 --- a/core/fg42.el +++ b/core/fg42.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/build/core.el b/core/fg42/build/core.el index 5864946..39ab807 100644 --- a/core/fg42/build/core.el +++ b/core/fg42/build/core.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/build/docs.el b/core/fg42/build/docs.el index 2e9b6ea..db83314 100644 --- a/core/fg42/build/docs.el +++ b/core/fg42/build/docs.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/build/rss.el b/core/fg42/build/rss.el index 0e2ee87..a703647 100644 --- a/core/fg42/build/rss.el +++ b/core/fg42/build/rss.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/build/utils.el b/core/fg42/build/utils.el index 47f4fd4..3ece7f4 100644 --- a/core/fg42/build/utils.el +++ b/core/fg42/build/utils.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/core.el b/core/fg42/core.el index 12299a1..826756f 100644 --- a/core/fg42/core.el +++ b/core/fg42/core.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/cube.el b/core/fg42/cube.el index 049962c..e4dddcd 100644 --- a/core/fg42/cube.el +++ b/core/fg42/cube.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/flags.el b/core/fg42/flags.el index 7caf4a2..bb5316f 100644 --- a/core/fg42/flags.el +++ b/core/fg42/flags.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/lang-servers.el b/core/fg42/lang-servers.el index 4eeaec4..d4b060b 100644 --- a/core/fg42/lang-servers.el +++ b/core/fg42/lang-servers.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/modeline.el b/core/fg42/modeline.el index 4e5da3a..621f477 100644 --- a/core/fg42/modeline.el +++ b/core/fg42/modeline.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/statusbar.el b/core/fg42/statusbar.el index 998bae5..9e427bb 100644 --- a/core/fg42/statusbar.el +++ b/core/fg42/statusbar.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/themes.el b/core/fg42/themes.el index d1be83f..6f64f51 100644 --- a/core/fg42/themes.el +++ b/core/fg42/themes.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/fg42/utils.el b/core/fg42/utils.el index 0693f6d..8af83dd 100644 --- a/core/fg42/utils.el +++ b/core/fg42/utils.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/core/ob-graphviz-dot.el b/core/ob-graphviz-dot.el index 86579c3..b8d1a9b 100644 --- a/core/ob-graphviz-dot.el +++ b/core/ob-graphviz-dot.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani & Contributors ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify diff --git a/fg42-config.el b/fg42-config.el index 20e58b6..57bbaa6 100644 --- a/fg42-config.el +++ b/fg42-config.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2010-2022 Sameer Rahmani ;; ;; Author: Sameer Rahmani -;; URL: https://gitlab.com/FG42/FG42 +;; URL: https://devheroes.codes/FG42/FG42 ;; Version: 3.0.0 ;; ;; This program is free software; you can redistribute it and/or modify