Move all to HTTPS.
This commit is contained in:
parent
2452739420
commit
5e7cdeb3c8
@ -10,7 +10,7 @@
|
||||
],
|
||||
"description": "Simple console-based progress bar.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/console-progress"
|
||||
"web": "https://git.jdb-software.com/jdb/console-progress"
|
||||
},
|
||||
{
|
||||
"name": "db_migrate",
|
||||
@ -25,7 +25,7 @@
|
||||
],
|
||||
"description": "Small library/tool to manage database migrations in Nim.",
|
||||
"license": "BSD",
|
||||
"web": "http://git.jdb-software.com/jdb/db-migrate"
|
||||
"web": "https://git.jdb-software.com/jdb/db-migrate"
|
||||
},
|
||||
{
|
||||
"name": "treediff",
|
||||
@ -39,22 +39,22 @@
|
||||
],
|
||||
"description": "Utility to diff directory trees.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb-software/treediff"
|
||||
"web": "https://git.jdb-software.com/jdb-software/treediff"
|
||||
},
|
||||
{
|
||||
"name": "langutils",
|
||||
"url": "http://git.jdb-software.com/jdb/nim-lang-utils.git",
|
||||
"url": "https://git.jdb-software.com/jdb/nim-lang-utils.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"library"
|
||||
],
|
||||
"description": "Language extensions (templates, macros) I commonly use.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/nim-lang-utils"
|
||||
"web": "https://git.jdb-software.com/jdb/nim-lang-utils"
|
||||
},
|
||||
{
|
||||
"name": "pit",
|
||||
"url": "http://git.jdb-software.com/jdb/pit.git",
|
||||
"url": "https://git.jdb-software.com/jdb/pit.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"commandline",
|
||||
@ -62,11 +62,11 @@
|
||||
],
|
||||
"description": "Personal Issue Tracker.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/pit"
|
||||
"web": "https://git.jdb-software.com/jdb/pit"
|
||||
},
|
||||
{
|
||||
"name": "ptk",
|
||||
"url": "http://git.jdb-software.com/jdb/ptk.git",
|
||||
"url": "https://git.jdb-software.com/jdb/ptk.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"commandline",
|
||||
@ -74,11 +74,11 @@
|
||||
],
|
||||
"description": "Personal Time Keeper Super-simple time tracking app.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/ptk"
|
||||
"web": "https://git.jdb-software.com/jdb/ptk"
|
||||
},
|
||||
{
|
||||
"name": "timeutils",
|
||||
"url": "http://git.jdb-software.com/jdb/nim-time-utils.git",
|
||||
"url": "https://git.jdb-software.com/jdb/nim-time-utils.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"library",
|
||||
@ -86,11 +86,11 @@
|
||||
],
|
||||
"description": "Utility methods to fill in the horrid time support in Nim's stdlib. This is holding me over until I can write a proper time module for the stdlib and submit it.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/nim-time-utils"
|
||||
"web": "https://git.jdb-software.com/jdb/nim-time-utils"
|
||||
},
|
||||
{
|
||||
"name": "cliutils",
|
||||
"url": "http://git.jdb-software.com/jdb/nim-cli-utils.git",
|
||||
"url": "https://git.jdb-software.com/jdb/nim-cli-utils.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"library",
|
||||
@ -99,11 +99,11 @@
|
||||
],
|
||||
"description": "Utility functions for writing command line intefaces.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/nim-cli-utils"
|
||||
"web": "https://git.jdb-software.com/jdb/nim-cli-utils"
|
||||
},
|
||||
{
|
||||
"name": "daily_notifier",
|
||||
"url": "http://git.jdb-software.com/jdb/daily-notifier.git",
|
||||
"url": "https://git.jdb-software.com/jdb/daily-notifier.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"commandline",
|
||||
@ -111,11 +111,11 @@
|
||||
],
|
||||
"description": "Little programs that read my daily plan, publish them, and notifiy me of upcoming events.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/daily-notifier"
|
||||
"web": "https://git.jdb-software.com/jdb/daily-notifier"
|
||||
},
|
||||
{
|
||||
"name": "log_happy",
|
||||
"url": "http://git.jdb-software.com/jdb/log-happy.git",
|
||||
"url": "https://git.jdb-software.com/jdb/log-happy.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"commandline",
|
||||
@ -123,11 +123,11 @@
|
||||
],
|
||||
"description": "Small wrapper around console log-viewing to highlight the presence/absence of specific patterns.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/log-happy"
|
||||
"web": "https://git.jdb-software.com/jdb/log-happy"
|
||||
},
|
||||
{
|
||||
"name": "start_session",
|
||||
"url": "http://git.jdb-software.com/jdb/start_session.git",
|
||||
"url": "https://git.jdb-software.com/jdb/start_session.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"commandline",
|
||||
@ -135,11 +135,11 @@
|
||||
],
|
||||
"description": "Small tool to auto-start multiple programs in a music session.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/start-session"
|
||||
"web": "https://git.jdb-software.com/jdb/start-session"
|
||||
},
|
||||
{
|
||||
"name": "git_pull_all",
|
||||
"url": "http://git.jdb-software.com/jdb/git-pull-all.git",
|
||||
"url": "https://git.jdb-software.com/jdb/git-pull-all.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"commandline",
|
||||
@ -147,22 +147,22 @@
|
||||
],
|
||||
"description": "Small tool to pull updates for all git repos in a set of directories.",
|
||||
"license": "BSD3",
|
||||
"web": "http://git.jdb-software.com/jdb/git-pull-all"
|
||||
"web": "https://git.jdb-software.com/jdb/git-pull-all"
|
||||
},
|
||||
{
|
||||
"name": "cmd_shell",
|
||||
"url": "http://git.jdb-software.com/jdb/cmd-shell.git",
|
||||
"url": "https://git.jdb-software.com/jdb/cmd-shell.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"commandline"
|
||||
],
|
||||
"description": "Small tool to wrap a cli command in a readline shell.",
|
||||
"license": "MIT",
|
||||
"web": "http://git.jdb-software.com/jdb/cmd-shell"
|
||||
"web": "https://git.jdb-software.com/jdb/cmd-shell"
|
||||
},
|
||||
{
|
||||
"name": "strawboss",
|
||||
"url": "http://git.jdb-software.com/jdb/strawboss.git",
|
||||
"url": "https://git.jdb-software.com/jdb/strawboss.git",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"continous_integration",
|
||||
@ -171,7 +171,7 @@
|
||||
],
|
||||
"description": "Simple, shell-based build server written in Nim.",
|
||||
"license": "MIT",
|
||||
"web": "http://git.jdb-software.com/jdb/strawboss"
|
||||
"web": "https://git.jdb-software.com/jdb/strawboss"
|
||||
},
|
||||
{
|
||||
"name": "fiber_orm",
|
||||
|
Loading…
x
Reference in New Issue
Block a user