Skip to content

Commit df6e023

Browse files
committed
Move repository to brianluft organization
1 parent efece11 commit df6e023

7 files changed

Lines changed: 15 additions & 15 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ Import your data from CSV, Excel, Microsoft SQL Server, PostgreSQL, and MySQL. U
66
<a href="https://sqlnotebook.com">Learn more at the SQL Notebook website</a>
77
</p>
88
<p align="center">
9-
<img src="https://raw.githubusercontent.com/electroly/sqlnotebook/master/web/art/main-screenshot.png" width="600">
9+
<img src="https://raw.githubusercontent.com/brianluft/sqlnotebook/master/web/art/main-screenshot.png" width="600">
1010
</p>

src/SqlNotebook/MainForm.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ private void ExportMnu_Click(object sender, EventArgs e)
721721
private void ReportIssueMnu_Click(object sender, EventArgs e)
722722
{
723723
Process.Start(
724-
new ProcessStartInfo("https://github.com/electroly/sqlnotebook/issues/new") { UseShellExecute = true }
724+
new ProcessStartInfo("https://github.com/brianluft/sqlnotebook/issues/new") { UseShellExecute = true }
725725
);
726726
}
727727

@@ -955,7 +955,7 @@ private static void ShowReleaseNotes() =>
955955
Process.Start(
956956
new ProcessStartInfo
957957
{
958-
FileName = "https://github.com/electroly/sqlnotebook/releases",
958+
FileName = "https://github.com/brianluft/sqlnotebook/releases",
959959
UseShellExecute = true,
960960
}
961961
);

src/chocolatey/sqlnotebook.nuspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<projectUrl>https://sqlnotebook.com</projectUrl>
1414
<tags>sql sqlite mysql postgresql sql server mssql csv xls excel admin</tags>
1515
<copyright>Copyright (C) 2016-2025 Brian Luft</copyright>
16-
<licenseUrl>https://github.com/electroly/sqlnotebook/blob/master/LICENSE</licenseUrl>
16+
<licenseUrl>https://github.com/brianluft/sqlnotebook/blob/master/LICENSE</licenseUrl>
1717
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1818
<releaseNotes><![CDATA[
19-
For historical release notes, view the [releases on GitHub](https://github.com/electroly/sqlnotebook/releases).
19+
For historical release notes, view the [releases on GitHub](https://github.com/brianluft/sqlnotebook/releases).
2020
]]></releaseNotes>
2121
<iconUrl>https://sqlnotebook.com/art/SqlNotebookIcon.png</iconUrl>
22-
<projectSourceUrl>https://github.com/electroly/sqlnotebook</projectSourceUrl>
23-
<packageSourceUrl>https://github.com/electroly/sqlnotebook/tree/master/src/chocolatey</packageSourceUrl>
22+
<projectSourceUrl>https://github.com/brianluft/sqlnotebook</projectSourceUrl>
23+
<packageSourceUrl>https://github.com/brianluft/sqlnotebook/tree/master/src/chocolatey</packageSourceUrl>
2424
<docsUrl>https://sqlnotebook.com/doc.html</docsUrl>
25-
<bugTrackerUrl>https://github.com/electroly/sqlnotebook/issues</bugTrackerUrl>
25+
<bugTrackerUrl>https://github.com/brianluft/sqlnotebook/issues</bugTrackerUrl>
2626
</metadata>
2727
<files>
2828
<file src="tools\**" target="tools" />

src/chocolatey/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ $validExitCodes = @(0)
88
$platform = [System.Environment]::GetEnvironmentVariable('PROCESSOR_ARCHITECTURE', 'Machine')
99

1010
if ($platform -eq 'ARM64') {
11-
$url = 'https://github.com/electroly/sqlnotebook/releases/download/v2.0.0/SqlNotebook-arm64-2.0.0.msi'
11+
$url = 'https://github.com/brianluft/sqlnotebook/releases/download/v2.0.0/SqlNotebook-arm64-2.0.0.msi'
1212
$checksum = '90C86C8D7EFEA1A6CB2D6BBBC8F357BCAF794529DB6F50C9DF871ABABAC43C12'
1313
} else {
14-
$url = 'https://github.com/electroly/sqlnotebook/releases/download/v2.0.0/SqlNotebook-64bit-2.0.0.msi'
14+
$url = 'https://github.com/brianluft/sqlnotebook/releases/download/v2.0.0/SqlNotebook-64bit-2.0.0.msi'
1515
$checksum = 'C5F3B26D7D2BBBB2F6541A57A17FBC587B0E2B0B3098A1C376FD8BA526216BDC'
1616
}
1717

web/appversion.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
2.0.0
2-
https://github.com/electroly/sqlnotebook/releases/download/v2.0.0/SQLNotebook-64bit-2.0.0.msi
2+
https://github.com/brianluft/sqlnotebook/releases/download/v2.0.0/SQLNotebook-64bit-2.0.0.msi

web/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Open source app for casual data exploration in SQL</h1>
1010
"true" href="https://jupyter.org/">Jupyter</a>-style notebook interface for exploratory queries, and write stored
1111
procedures for reusable logic. SQL Notebook is powered by an extended <a href="https://www.sqlite.org/">SQLite</a>
1212
engine, supporting both standard SQL queries and SQL Notebook-specific commands and functions.<br></p>
13-
<p style="text-align: center"><a href="https://github.com/electroly/sqlnotebook/releases" style=
13+
<p style="text-align: center"><a href="https://github.com/brianluft/sqlnotebook/releases" style=
1414
"text-decoration: underline; font-weight: bold;">Download SQL Notebook</a></p>
1515
<div style="text-align: center;">
1616
<div class="screenshot-border">
@@ -135,6 +135,6 @@ <h2>Extensive application help is just an "F1" away</h2>
135135
<h2>It's free!</h2>
136136
<p>SQL Notebook is open source software available free of charge under the popular MIT license. For more information,
137137
open the Help menu and click the "License information" menu item.<br></p>
138-
<p><b><a href="https://github.com/electroly/sqlnotebook/releases">Download SQL Notebook now!</a></b><br></p>
138+
<p><b><a href="https://github.com/brianluft/sqlnotebook/releases">Download SQL Notebook now!</a></b><br></p>
139139
</body>
140140
</html>

web/page.template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<a href="index.html" id="title">SQL Notebook</a><br>
2020
<nav>
2121
<ul class="nav">
22-
<li><a href="https://github.com/electroly/sqlnotebook/releases">Download</a></li>
22+
<li><a href="https://github.com/brianluft/sqlnotebook/releases">Download</a></li>
2323
<li><a href="doc.html"><span id="header-doc-long">Documentation</span><span id="header-doc-short">Docs</span></a></li>
24-
<li><a href="https://github.com/electroly/sqlnotebook">GitHub</a></li>
24+
<li><a href="https://github.com/brianluft/sqlnotebook">GitHub</a></li>
2525
</ul>
2626
</nav>
2727
</td>

0 commit comments

Comments
 (0)