From e8020d64148baf4505dde9aab846596b0aae82b9 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 17 Dec 2019 01:14:29 +0100 Subject: [PATCH] remove GH stuff and update iz git url --- .github/FUNDING.yml | 9 --------- .gitmodules | 2 +- README.md | 8 ++++++-- etc/iz | 2 +- 4 files changed, 8 insertions(+), 13 deletions(-) delete mode 100644 .github/FUNDING.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index e3b3344e..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,9 +0,0 @@ -# These are supported funding model platforms - -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: # Replace with a single Patreon username -open_collective: # Replace with a single Open Collective username -ko_fi: # Replace with a single Ko-fi username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J diff --git a/.gitmodules b/.gitmodules index 900f4e21..99614c6b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/dlang-community/libdparse.git [submodule "etc/iz"] path = etc/iz - url = https://www.github.com/Basile-z/iz.git + url = https://gitlab.com/basile.b/iz.git [submodule "etc/stdx-allocator"] path = etc/stdx-allocator url = https://github.com/dlang-community/stdx-allocator.git diff --git a/README.md b/README.md index c7893514..527bf4be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https://dlang.org), its compilers, tools and libraries. -[![](https://basile-z.github.io/dexed/img/coedit_kde4_thumb.png)](https://basile-z.github.io/dexed/img/coedit_kde4.png) + ## Overview @@ -20,7 +20,7 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https - static library manager that supports auto-registration from local DUB projects, from online DUB packages or from dexed custom project format. - todo list based on the _todo comments_ located in a project or in the current source. - user-defined tools powered by a string interpolation system. -- integrated file browser, dfmt interface, search & replace, [discover more in the manual](https://basile-z.github.io/dexed/). +- integrated file browser, dfmt interface, search & replace ## Project information @@ -28,6 +28,8 @@ Dexed, the _D Extended EDitor_, is an IDE for the [D programming language](https - :scroll: licensed under the terms of the Boost software license. - :dollar: Development can be supported with [Paypal donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J). + diff --git a/etc/iz b/etc/iz index d9e36efc..4e5d33b3 160000 --- a/etc/iz +++ b/etc/iz @@ -1 +1 @@ -Subproject commit d9e36efced7069600b2d04b5a30fe905d6125347 +Subproject commit 4e5d33b31ca2bf895172cb209fc0ce022bc53c41